Skip to content

reddio-com/starknet-token-bootstrap

Repository files navigation

Token app bootstrap on Starknet

This is a Starknet token app project bootstrapped with create-next-app and starknet-react.

Starknet token bootstrap

Getting Started

First, clone the repo and install the dependencies:

git clone git@github.com:reddio-com/starknet-token-bootstrap.git
cd starknet-token-bootstrap

Next, 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 dev

Open http://localhost:3000 with your browser to see the result.