/smart-wallet

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Smart Wallet Demo

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

Setup

  • Clone this repository:
git clone  https://github.com/LikemDzokoto/smart-wallet

Environment Variables

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

Install dependencies

yarn install

Run project

yarn dev