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

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: 8 months ago
JSON representation

Decentralized Exchange Infrastructure for Handshake Names

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.