0xproflupin e4060d2916 change example to fix input not in correct format 2 år sedan
..
public 84c6983346 add readme and example dapp 2 år sedan
src e4060d2916 change example to fix input not in correct format 2 år sedan
.gitignore 84c6983346 add readme and example dapp 2 år sedan
.prettierrc 84c6983346 add readme and example dapp 2 år sedan
README.md 93ac02b4b9 example dapp readme 2 år sedan
package.json 48f77f2643 fix frontend example 2 år sedan
tsconfig.json 84c6983346 add readme and example dapp 2 år sedan
yarn.lock 84c6983346 add readme and example dapp 2 år sedan

README.md

SIWS Reference Implementation

Live Demo

https://siws.vercel.app/

Getting Started 🚀

Set up your local development environment by following these steps:

  1. Install packages.

    npm install
    # or
    yarn install
    
  2. Start the development server.

    npm run start
    # or
    yarn start
    

The live development website should now appear at http://localhost:3000.