Categorygithub.com/hermeznetwork/hermez-integration
repositorypackage
0.0.0-20210608132928-7f300a84b63c
Repository: https://github.com/hermeznetwork/hermez-integration.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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