https://github.com/tynes/nameswaps
Decentralized Exchange Infrastructure for Handshake Names
https://github.com/tynes/nameswaps
bitcoin blockchain cryptocurrency cryptography handshake peer-to-peer
Last synced: 5 months ago
JSON representation
Decentralized Exchange Infrastructure for Handshake Names
- Host: GitHub
- URL: https://github.com/tynes/nameswaps
- Owner: tynes
- License: other
- Created: 2020-03-01T05:59:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T19:23:38.000Z (almost 6 years ago)
- Last Synced: 2024-12-26T01:26:38.670Z (about 1 year ago)
- Topics: bitcoin, blockchain, cryptocurrency, cryptography, handshake, peer-to-peer
- Language: JavaScript
- Homepage:
- Size: 204 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nameswaps
Trustlessly trade Handshake names
This is heavily WIP, do not use
## Usage
### Node
The node runs `hsd` with the `nameswaps` plugin.
```bash
$ npm i
$ ./bin/node
```
### Swaps Wallet CLI
```bash
$ ./bin/swapswallet-cli
```
## License
MIT License.
- Copyright (c) 2019-2020, Mark Tyneway (https://github.com/tynes)
- Copyright (c) 2020, DNS.Live (https://github.com/dnslive)
### Bcoin
- Copyright (c) 2014-2015, Fedor Indutny (https://github.com/indutny)
- Copyright (c) 2014-2018, Bcoin Contributors (https://github.com/bcoin-org)
- Copyright (c) 2014-2020, Christopher Jeffrey (https://github.com/chjj)
### HSD
- Copyright (c) 2014-2020, Christopher Jeffrey (https://github.com/chjj)
- Copyright (c) 2019-2020, Handshake Contributors (https://github.com/handshake-org)
See LICENSE for more info.