Skip to content

givelotus/bitcoinsuite

Repository files navigation

Bitcoin Suite

This is a collection of libraries, packages and tools to interact with Bitcoin-like blockchains, such as Bitcoin Cash (BCH), eCash (XEC), Lotus (XPI) and Ergon (XRG).

Run suite

  1. Install cargo make using cargo install --force cargo-make

  2. Run cargo make to build the project and run all the tests

  3. Met with some errors? confounded Try this: sunglasses

  4. First sudo make install

  5. sudo apt-get install build-essential libssl-dev cmake protobuf-compile

  6. Download flatbuffers 2.0

  7. tar xf '/{insert downloads folder here}/flatbuffers-2.0.8.tar.gz'

  8. cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release

  9. Check if flatbuffers is installed flatc --version

  10. Now go back a directory, cd ..

  11. Check if protobuf is installed protoc --version

  12. As flatbuffers is installed, we can delete from our directory to clean up rm -r flatbuffers-2.0.8/

  13. And finally cargo make

Everything should be working! Any further questions on troubleshooting, please message @harrygrant125 on Telegram. keyboard

About

Libraries and packages for interacting with Lotus and other blockchains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages