This is a Starknet token app project bootstrapped with create-next-app and starknet-react.
First, clone the repo and install the dependencies:
git clone git@github.com:reddio-com/starknet-token-bootstrap.gitcd starknet-token-bootstrapNext, go to /deploy folder, compile and deploy the ERC20 smart contract by following this guide.
Then, register your Reddio account to get API Key from Dashboard, fill your API Key at .env file,
NEXT_PUBLIC_REDDIO_API_KEY="your-reddio-api-key"Finally, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
