Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 548 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 548 Bytes

Sam Token ERC20

An ethereum token based on the ERC-20 token standard using OpenZeppelin Library.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help

Deploy to Rinkeby

npx hardhat run scripts/deploy.js --network rinkeby

Verify Smart Contract

npx hardhat verify --network mainnet DEPLOYED_CONTRACT_ADDRESS

Rinkeby Address

0xbFda590219fb7D037977CB9d94d728F18c28D0c7