Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nabijaczleweli/openalias.rs
- Owner: nabijaczleweli
- License: mit
- Created: 2017-09-10T16:11:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T19:09:30.000Z (4 months ago)
- Last Synced: 2025-01-03T13:12:55.734Z (8 days ago)
- Topics: cryptocurrency, parser, rust
- Language: Rust
- Homepage:
- Size: 5.99 MB
- Stars: 24
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.