Go examples for Hermez Network integration:
- Create BJJ wallets from a mnemonic;
- Create wallet authorization signature;
- Calculate fee;
- Sign L2 transactions;
- Get the last batch;
- Get all transactions from a batch;
- Track transactions forged and in the pool;
The hermez-integration
has been tested with go version 1.16
Build and run the example binary:
$ make run
This repository cannot be used as a go library. It's only examples of how to implement the integration in Go.
The information about deploying a node as a synchronizer can be found here