Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nabijaczleweli/openalias.rs

Look up and parse OpenAlias data
https://github.com/nabijaczleweli/openalias.rs

cryptocurrency parser rust

Last synced: about 12 hours ago
JSON representation

Look up and parse OpenAlias data

Awesome Lists containing this project

README

        

# openalias.rs [![AppVeyorCI build status](https://ci.appveyor.com/api/projects/status/cspjknvfow5gfro0/branch/master?svg=true)](https://ci.appveyor.com/project/nabijaczleweli/openalias-rs/branch/master) [![Licence](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) [![Crates.io version](https://img.shields.io/crates/v/openalias)](https://crates.io/crates/openalias)
Look up and parse [OpenAlias](https://openalias.org) data.

## [Documentation](https://rawcdn.githack.com/nabijaczleweli/openalias.rs/doc/openalias/index.html)
## [Manpage](https://rawcdn.githack.com/nabijaczleweli/openalias.rs/man/openalias.1.html)

### Usage

Get cryptocurrency addresses for "nabijaczleweli.xyz" and "donate.getmonero.org" aliases:

```sh
openalias nabijaczleweli.xyz donate.getmonero.org
```

Look up and get BTC address for "[email protected]":

```rust
extern crate openalias;
openalias::addresses("[email protected]");
```

For more information and examples see the [manpage](https://rawcdn.githack.com/nabijaczleweli/openalias.rs/man/openalias.1.html) and/or
[documentation](https://rawcdn.githack.com/nabijaczleweli/openalias.rs/doc/openalias/index.html).

## Lookup leak protection with DNSCrypt

Just use [dnscrypt-proxy](https://github.com/jedisct1/dnscrypt-proxy) on your system.