#sdk #resolving #name #testnet #ergo #ergo-names

yanked ergonames-rust

A SDK for resolving ErgoNames on testnet

0.1.1 Apr 19, 2022
0.1.0 Apr 19, 2022

#13 in #resolving

34 downloads per month

MIT license

8KB
136 lines

Ergo Names Rust SDK

A simple SDK for resolving Ergo Names.

Installation

To install the library:

A published package will be available once Ergo Names is released on mainnet.

Add this to your Cargo.toml file

ergonames-rust = "0.1.0"

To import the functions:

use ergonames_rust;

Documentation

Checking if address exists

let address = ergonames_rust::resolve_ergoname("~balb");
println!("{}", address);

Dependencies

~4–16MB
~237K SLoC