/edge-sandbox

Various tests/references for Edge Integration

Primary LanguageGo

Edge sandbox

This repository is aimed to test blockchain interactions for a deployed Polygon Supernet

client_test.go

Setup

  1. A running Supernets Instance
  • .env -- Environment variables neede for testing
  1. use polycli to generate wallets and save the wallet keys/addresses

polycli wallet create --words 12 --language english | jq '.Addresses[:2]' > rootchain-wallet.json

  1. Use one of the addresses as part of genesis.

./polygon-edge geneisis {options} --premine <ADDRESS>:1000000000000000000000000000

Running

  1. make test-verbose