Crates.io | ergonames-rust |
lib.rs | ergonames-rust |
version | 0.1.1 |
source | src |
created_at | 2022-04-19 00:18:16.805426 |
updated_at | 2022-04-19 00:28:16.717071 |
description | A SDK for resolving ErgoNames on testnet. |
homepage | https://ergonames.com/ |
repository | https://github.com/ergonames/ergo-names-rust-sdk |
max_upload_size | |
id | 570093 |
size | 8,553 |
A simple SDK for resolving Ergo Names.
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;
Checking if address exists
let address = ergonames_rust::resolve_ergoname("~balb");
println!("{}", address);