Universal cross network client to write data into blockchain.
network | tx | regtest | mainnet |
---|---|---|---|
BCH | done | ||
BSV | done | tested | api only |
ETH | done | tested | |
NEM |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo build [--release]
./test
Released binaries
- v0.1.0 Does nothing. Made for internal purposes.
- v0.2.0 Do ETH and BCH transactions.
- v0.3.0 Do BSV transaction.
Select corresponend platform to test:
- Bitchoin ABS and run
- Ethereum and run
- Bitcoin SV and run
Definitelly use rust-bch library to build Bitcoin Cash application.
Its hard to recommend parity-ethereum project to create Ethereum applications. We've had a hard times with it and did impossible to get rid of it.