Skip to content

hermeznetwork/hermez-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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