Skip to content

bnchk/wmc_testnet

Repository files navigation

WMC - Testnet


Following are some sample processes/scripts to get started on WMC, from minting NFTs through to basic automation.


Automation Environment Setup steps - quick setup

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

About

Scripts for testing WMC testnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published