Skip to content

Simple e2e example of using the siws-rs library together with a Next app.

License

Notifications You must be signed in to change notification settings

pileks/siws-rs-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample SIWS app with Rust backend

This is a simple, small app that demonstrates SIWS using the siws-rs crate with a very simple Next app.

Running the sample

Inside the frontend directory, run the Next app:

yarn

yarn dev

Inside the backend directory, run the Rust web server:

cargo run

Then, point your browser to localhost:3000, connect your wallet and try it out!

Please note that all sign-in results are currently output to the console.

About

Simple e2e example of using the siws-rs library together with a Next app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published