Simple Ethereum Token Credits for: https://hardhat.org/tutorial/
- Run
npm install
to install dependecies - Run
npx hardhat node
to start a local development ethereum node - Run
npx hardhat run scripts/deploy.js --network localhost
to deploy the Tuti Token contract. - Run
npx hardhat faucet <token-address> <your-address> --network localhost
to fund your wallet with tokens and ETH.