ergo-lib 0.4.2

ErgoTree interpreter and wallet-like features for Ergo
Documentation

Latest Version Documentation

Features:

  • ErgoTree AST;
  • Transactions, boxes, etc.;
  • JSON serialization;
  • Box builder(with mint token support);
  • Transaction creation(builder) and signing;
  • Box selection for funds and assets (with token burning support);

Interpreter (what's implemented):

  • global vars (INPUTS, OUTPUTS, SELF, HEIGHT);
  • Context properties (dataInputs);

Usage

Crate features

json (default feature)

JSON serialization for chain types using serde.