Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 596 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 596 Bytes

Mufasa Token Contract

Mufasa token contract with a fixed supply of a 100_000_000_000_000.

Run the following tasks to compile and test the contract:

npm install
npx hardhat node
npx hardhat run scripts/deploy.ts
npx hardhat test

To see the minted token on the Rinkeby network, run the following command:

npx hardhat run scripts/deploy.ts --network rinkeby
npx hardhat test --network rinkeby

Rinkeby Gnosis Safe

view the gnosis-safe on rinkeby network here