fbielejec / erc20

erc20 ink + redspot w. frozen dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

erc20_template

setup

Create .env file in the root directory with the mnemonic of your account key on the smartnet network:

SMARTNET_MNEMONIC="<seed phrase>"

compile contract

cargo contract build --release

deploy contract

npx redspot run scripts/deploy.ts --network smartnet --no-compile

About

erc20 ink + redspot w. frozen dependencies


Languages

Language:Rust 82.3%Language:TypeScript 17.7%