Pegnetd Client
Usage
In cargo.toml:
= "0.1.2"
Quickstart
async
Configuration
// Local Node Configuration
// http://localhost:8070/v1
let api = new;
// Public Node Configuration
// https://api.pegnetd.com
let api = open_node;
// Custom Node Configuration
let api = custom_node;
Documentation
Contributing
PR's welcome. Fork the library and submit to dev branch. By contributing to this library you agree to it being Apache 2.0 licensed