btc-2024-hack

For this hackathon I produced the stuff in Yellow and Green, Mara has provided the the stuff in Red.

Screenshot 2024-07-16 at 5 22 41 PM

Using docker to run the coordinate node from here

Docker run cmd: docker run -v ~/.marachain:/root/.coordinate -p 18332:18332 -p 18333:18333 -p 27000:27000 --name sidechainnode andurot -testnet=1 -rpcuser=$USER -rpcpassword=$PASSWORD -server=1 -port=18333 -rpcport=18332 -rpcbind=0.0.0.0 -rpcallowip=0.0.0.0/0 -zmqpubrawblock=tcp://0.0.0.0:27000 -zmqpubrawtx=tcp://0.0.0.0:27000 -zmqpubhashtx=tcp://0.0.0.0:27000 -zmqpubhashblock=tcp://0.0.0.0:27000 -txindex=1

This is the website

Screenshot 2024-07-16 at 5 26 13 PM

Screenshot of Coordinate Node's logs that I'm running for voucher service

Screenshot 2024-07-16 at 5 28 42 PM

Rust for my web service

Screenshot 2024-07-16 at 5 34 08 PM