Files
cosmos-sdk/examples/basecoin
2018-02-17 16:32:30 -05:00
..
2018-02-17 16:32:30 -05:00
2018-02-17 16:32:30 -05:00
2018-02-17 16:32:30 -05:00
2018-01-26 06:54:03 -08:00
2018-02-17 16:32:30 -05:00

This is the "Basecoin" example application built on the Cosmos-SDK. This "Basecoin" is not affiliated with Coinbase, nor the stable coin.

You need a recent version of glide to install Basecoin's dependencies.

> make get_tools

Then, you can build the cmd binaries (NOTE: a work in progress!), or run the tests.

> make get_vendor_deps
> make build
> make test

If you want to create a new application, start by copying the Basecoin app.