Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/falci/well-known-wallets-hns
https://github.com/falci/well-known-wallets-hns
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/falci/well-known-wallets-hns
- Owner: Falci
- Created: 2020-10-20T16:51:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T15:31:19.000Z (12 months ago)
- Last Synced: 2024-05-01T21:28:22.593Z (7 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Well-Known Wallets Client for Handshake domains
[HIP2](https://hsd-dev.org/HIPs/proposals/0002/)
### Usage
```js
import { init, getAddress } from 'well-known-wallets-hns';init('192.168.1.55'); // HSD node
getAddress('mydomain.hns')
.then((addr) => console.log(addr))
.catch((err) => console.log(err));
```