- create your new token:
sh factory.sh -k $your_private_key
will get a depinrc-20 contract address
- mine the token:
sh miner.sh -k $your_private_key -a $depinrc-20_contract_address
will get a transaction address
-
clone the repo:
git clone https://github.com/machinefi/PoWERC20Miner.git
-
create your new token:
cd cmd/factory go run main.go --privateKey=your private key
will get a depinrc-20 contract address
- mine the token:
cd cmd/miner go run main.go --privateKey=your private key --contractAddress=the contract created above
will get a ioctl command
- send message to w3bstream to generate and verify a zero-knowledge proof copy the command from the previous step and execute. like this:
ioctl ws message send --project-id 20000 --project-version "0.1" --data "{...}"