Welcome to Starkrevoke.com
This project is licensed under the GNU General Public License, version 3.0 (GNU GPL 3.0). This means that you are free to use, modify, and distribute this software, subject to the terms and conditions of the GPL 3.0 license. You can find a copy of the license in the LICENSE file.
- You are free to use, share, and modify this software for any purpose.
- If you make modifications to the code, those modifications must also be licensed under GPL 3.0.
- You must include a copy of the GPL 3.0 license in any distribution of this software.
For more details, please refer to the LICENSE file.
rename .env.example
as .env
and set fields
ALCHEMY_URL='https://starknet-mainnet.g.alchemy.com/v2/<API_KEY>'
API_KEY = '<YOUR STARKSCAN API KEY>'
Then install dependencies
yarn install
Ready to run the development server:
yarn dev