This repository is aimed to test blockchain interactions for a deployed Polygon Supernet
Setup
- A running Supernets Instance
- Can be local
.env
-- Environment variables neede for testing
- use polycli to generate wallets and save the wallet keys/addresses
polycli wallet create --words 12 --language english | jq '.Addresses[:2]' > rootchain-wallet.json
- Use one of the addresses as part of genesis.
./polygon-edge geneisis {options} --premine <ADDRESS>:1000000000000000000000000000
Running
make test-verbose