Skip to content

zkBob/tron-verifier-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of Transfer Verifier on TRON

Here's a small deployment of verifier contract on TRON.

Deployment

In order to deploy contract, you can run the following command:

PRIVATE_KEY=<your_private_key> tronbox migrate --network < mainnet | nile | shasta >

Call

In order to call the contract, you can run the following command:

FULL_NODE=<full_node_url> \
SOLIDITY_NODE=<solidity_node_url> \
PRIVATE_KEY=<private_key> \
TRANSFER_VERIFIER_ADDRESS=<contract_address> \
./scripts/verify.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 66.5%
  • JavaScript 32.8%
  • Shell 0.7%