Skip to content

machinefi/depinrc-20

 
 

Repository files navigation

Start with script

  1. create your new token:
sh factory.sh -k $your_private_key

will get a depinrc-20 contract address

  1. mine the token:
sh miner.sh -k $your_private_key -a $depinrc-20_contract_address

will get a transaction address

Run with source code

  1. clone the repo:

    git clone https://github.com/machinefi/PoWERC20Miner.git
  2. create your new token:

    cd cmd/factory
    go run main.go --privateKey=your private key

will get a depinrc-20 contract address

  1. mine the token:
    cd cmd/miner
    go run main.go --privateKey=your private key --contractAddress=the contract created above

will get a ioctl command

  1. 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 "{...}"

About

depinrc-20 Mining Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 82.5%
  • Solidity 15.3%
  • Go 1.6%
  • Other 0.6%