Ergo RustKit
Introduction
A SDK for building applications on the Ergo blockchain. Our goal is to create a library that creates a simple and easy to use interface for developers to build applications. Currently, the library is in the early stages of development and is not recommended for production use. The full roadmap can be found below!
Setup
The Ergo RustKit is published on crates.io. The crate can be found here.
ergo-rustkit = "0.2.1"
Tutorials
A seperate repo for tutorials can be found here.
Tutorials will be updated as the library is updated.
Roadmap
- Wallet Utils
- Get P2PK address
- Get boxes for Wallet
- Transaction Utils
- Ergo Only Transactions
- Ergo + Assets Transactions
- Send Assets
- Mint Assets
- Set Data Inputs
- Set Registers
- Multi-Recipient Transactions
Projects using Ergo RustKit
Contributing
Rust-Ergo is always open for contributions! If you would like to contribute, please open a PR and we will review it as soon as possible.