Awesome
Currently not in Development
Development
To install dependency, run:
yarn
To start the project locally, run:
yarn dev
Open http://localhost:3000
with your browser to see the result.
Alchemy Wallet connection
You can use .env.example file to put enviornment variables. You will need to fill NEXT_PUBLIC_ALCHEMY_URL
for running the app.
Sample data
To seed the data locally, create .env.local
in your in your root folder and add the following variable
NEXT_DEPLOYMENT_ENVIRONMENT = "local"
This will load the data from testdata folder. Feel free to change the data and test it. This data is similar to what the APIs would return.
License
This project is licensed under the MIT License - see the LICENSE.md file for more information.