This is a smart wallet demo that allows users to sign into thier wallet using traditional email and password preventing Not your keys Not your Coins
- Clone this repository:
git clone https://github.com/LikemDzokoto/smart-wallet
To run this project, you will need to add environment variables. Check the .env.example
file for all the environment variables required and add it to your .env
file in your local project.
- You can get an API key here
https://thirdweb.com/dashboard/settings/api-keys
yarn install
Run project
yarn dev