ergonames-rust-testnet

Crates.ioergonames-rust-testnet
lib.rsergonames-rust-testnet
version0.1.0
sourcesrc
created_at2022-04-19 00:15:56.039024
updated_at2022-04-19 00:15:56.039024
descriptionA SDK for resolving ErgoNames on testnet.
homepagehttps://ergonames.com/
repositoryhttps://github.com/ergonames/ergo-names-rust-sdk
max_upload_size
id570092
size14,654
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

ergo-names-rust-sdk = { git = "https://github.com/ergonames/ergo-names-rust-sdk" }

To import the functions:

use ergo_names_rust_sdk;

Documentation

Checking if address exists

let address = ergo_names_rust_sdk::resolve_ergoname("~balb");
println!("{}", address);
Commit count: 63

cargo fmt