Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liquality/liquality-swap
Swap without intermediation peer-to-peer, cross chain
https://github.com/liquality/liquality-swap
atomic-swap bitcoin disintermediated ethereum peer-to-peer
Last synced: about 2 months ago
JSON representation
Swap without intermediation peer-to-peer, cross chain
- Host: GitHub
- URL: https://github.com/liquality/liquality-swap
- Owner: liquality
- License: mit
- Created: 2018-07-16T16:13:10.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2023-12-15T05:15:45.000Z (about 1 year ago)
- Last Synced: 2024-04-14T01:56:48.449Z (9 months ago)
- Topics: atomic-swap, bitcoin, disintermediated, ethereum, peer-to-peer
- Language: JavaScript
- Homepage: https://liquality.io
- Size: 5.19 MB
- Stars: 51
- Watchers: 18
- Forks: 41
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Liquality Swap
[![Build Status](https://travis-ci.com/liquality/liquality-swap.svg?branch=master)](https://travis-ci.com/liquality/liquality-swap)
[![Standard Code Style](https://img.shields.io/badge/codestyle-standard-brightgreen.svg)](https://github.com/standard/standard)
[![MIT License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](./LICENSE.md)
[![ChainAbstractionLayer](https://img.shields.io/npm/dt/@liquality/chainabstractionlayer.svg)](https://npmjs.com/package/@liquality/chainabstractionlayer)
[![Gitter](https://img.shields.io/gitter/room/liquality/Lobby.svg)](https://gitter.im/liquality/Lobby?source=orgpage)
[![Telegram](https://img.shields.io/badge/chat-on%20telegram-blue.svg)](https://t.me/Liquality)Trustless swaps application
## How to run
### Requirements
- Git
- Node.JsSteps:
```
git clone https://github.com/liquality/liquality-swap.git
cd liquality-swap
npm install
```Update the configuration file at `config.js` ([config.js](src/config/config.js)) with your preferred network and nodes. An example mainnet configuration is available here [liquality.io.mainnet.config.js](.travis/liquality.io.mainnet.config.js). For maximum security, use your own nodes!
Now run the app:
`npm start`
## Development
### Run locally
> U2F (`@ledgerhq/hw-transport-u2f`) requires HTTPS.
```bash
npm install
npm start
```### Build for production
```bash
npm run build
```## License
MIT