https://github.com/cyio/bitcoin-cash-echo
Bitcoin Cash Echo Test - 比特币现金支付自助测试
https://github.com/cyio/bitcoin-cash-echo
Last synced: 3 months ago
JSON representation
Bitcoin Cash Echo Test - 比特币现金支付自助测试
- Host: GitHub
- URL: https://github.com/cyio/bitcoin-cash-echo
- Owner: cyio
- Created: 2018-01-17T10:40:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T01:36:57.000Z (about 1 year ago)
- Last Synced: 2025-03-29T06:33:28.953Z (10 months ago)
- Language: JavaScript
- Homepage: https://echo.bch123.org/
- Size: 1.5 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bitcoin-cash-echo
## What
This website will automatically return the amount you sent, for testing purposes only.
## Features
* client only, create new HDwallet for every user, mnemonic only saves on browser storage.
* support mainnet and testnet
* support legacy and cashAddress
* English and Chinese language support
Inspired by [Bitcoin Cash Hotwallet Echo Test by Rick Falkvinge](http://sandbox.swarmops.com/Admin/BitcoinEchoTest)
## Rewrite
The old version uses bitcore.js to create a single wallet. It has a backend because of cors issue.
This new version uses [BITBOX](https://github.com/bigearth/bitbox-cli) to rewrite, and has no server.
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload
npm run dev
# build for production with minification
npm run build
```