/hermez-integration

Hermez Network integration example in Go for exchanges

Primary LanguageGoApache License 2.0Apache-2.0

Hermez Integration Examples

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;

Developing

Go version

The hermez-integration has been tested with go version 1.16

Usage

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.

Node

The information about deploying a node as a synchronizer can be found here