Elysia Rwa Standard
BSC_TESTNET_PRIVATE_KEY=0f11111111111111111111f9faf0187c1a3fa571b632a7864ad384ccf7e8cae7
BSC_MAINNET_PRIVATE_KEY=0f11111111111111111111f9faf0187c1a3fa571b632a7864ad384ccf7e8cae7
BSCSCAN_API_KEY=
Then, proceed with installing dependencies:
$ yarn
Compile the smart contracts with Hardhat:
$ yarn compile
Run the tests with Hardhat:
$ yarn test
Deploy the contracts to Hardhat Network: supporting networks : bscTestnet, bsc, baobab, cypress
$ yarn hardhat deploy --network bscTestnet
$ yarn hardhat verify --network bscTestnet CONTARCT_ADDRESS "Elysia RWA Standard" "ERWA"
yarn hardhat grant-minter-role --network bscTestnet
yarn hardhat mint --network bscTestnet
yarn hardhat burn --network bscTestnet
yarn hardhat set-token-uri --network bscTestnet
This project is licensed under MIT.