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 testTo see the minted token on the Rinkeby network, run the following command:
npx hardhat run scripts/deploy.ts --network rinkeby
npx hardhat test --network rinkebyview the gnosis-safe on rinkeby network here