Following are some sample processes/scripts to get started on WMC, from minting NFTs through to basic automation.
- MNTX on W3-WMC - Nicos guide - get WMTx onto WMC (L3 above base)
- TOKEN MINT - Become meme 👑 ==>> Also video guide used by Dodo here
- NFT MINT - Mint your own NFT series
- AUTO_TRANSACTIONS - V2 including auto gas calculations
- AUTO_NFTS - V3 autogas, autononce, batches of 100 at a time
- AUTO_MINT_BURN - sequentially mint and burn tokens
- AUTO_ERC20_TO_RANDOM_ADDR - spam ERC20 to fabricated addresses
- AUTO_ERC20_TO_ALL_ADDR - spam ERC20 to addresses with gas as at ~8th Feb 2025
- TOOL-GAS_CHECK - what stats can be found re gas rates?
- TOOL-RPC_CHECK - check status of RPC vs Base
- TOOL-TX_CHECK.md - check if tx hash is onchain
Quick environment setup command in one step.
Intended for updated Ubuntu 22.04 desktop VM, with snapshot take in case of issues.
To be run from home folder of standard user (not superuser):
cd $HOME && \
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash && \
source ~/.bashrc && \
nvm install 20 && \
node -v && \
npm -v && \
mkdir $HOME/wmctest && cd $HOME/wmctest && \
npm init -y && \
npm pkg set type="module" && \
npm install ethers