Skip to content

Repository files navigation

Monad

Clone the repo

git clone https://github.com/JuniorEfik/Monad.git 

Move to the directory and create an .env file

cd Monad && nano .env

Populate it with:

  • PRIVATE_KEY= # Your private key
  • TX= # no of transactions for batch sending or deploying and minting. Do note that deploying contracts typically uses more gas cuz of the onchain overhead of storing it so be sure to have enough gas if you wan deploy lot of it.

These ones should be copied and pasted accordingly into the previously created .env file

RPC_ENDPOINT_URL="https://testnet-rpc.monad.xyz"
RPC_EXPLORER="https://testnet.monadexplorer.com/tx/"
chainID="10143"

Set each files to executable using the commands below:

chmod +x batch_send.sh
chmod +x mint.sh 

To batch send to random addresses, use command:

./batch_send.sh

to mint random nfts

./mint.sh

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages