Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.01 KB

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 [email protected]: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.