ergonames-rust

Crates.ioergonames-rust
lib.rsergonames-rust
version0.1.1
sourcesrc
created_at2022-04-19 00:18:16.805426
updated_at2022-04-19 00:28:16.717071
descriptionA SDK for resolving ErgoNames on testnet.
homepagehttps://ergonames.com/
repositoryhttps://github.com/ergonames/ergo-names-rust-sdk
max_upload_size
id570093
size8,553
Zack Balbin (zackbalbin)

documentation

https://github.com/ergonames/ergo-names-rust-sdk

README

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);
Commit count: 63

cargo fmt