8000 GitHub - Fabcien/bitcoinsuite: Libraries and packages for interacting with Lotus and other blockchains
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fabcien/bitcoinsuite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  • Rust 77.8%
  • TypeScript 21.5%
  • Other 0.7%
0