Mars Hub app-chain, built on top of Tendermint, Cosmos SDK, IBC, and CosmWasm.
A bug bounty is currently open for Mars Hub and peripheral contracts. See details here.
See reports here.
Install the lastest version of Go programming language and configure related environment variables. See here for a tutorial.
Clone this repository, checkout to the latest tag, the compile the code:
git clone https://github.com/mars-protocol/hub.git
cd hub
git checkout <tag>
make install
A marsd
executable will be created in the $GOBIN
directory.
Contents of this repository are open source under GNU General Public License v3 or later.