cosmos-sdk/examples/basecoin
Ethan Buchman 588acc272e baseapp: dont save header for now. use DeliverTx state in InitChain (fixes #474) 2018-02-27 23:07:54 -05:00
..
app baseapp: dont save header for now. use DeliverTx state in InitChain (fixes #474) 2018-02-27 23:07:54 -05:00
cmd/basecoind Making basecoind quickly terminate - temporary workaround 2018-02-18 22:09:10 -08:00
types wip basecoin refactoring 2018-02-17 16:32:30 -05:00
x/sketchy x/sketchy -> examples/basecoin/x/sketchy 2018-02-17 16:32:30 -05:00
.gitignore Add first Basecoin test harness 2018-01-26 06:54:03 -08:00
LICENSE Add README.md to Basecoin; Update licenses 2018-01-28 18:17:19 -08:00
Makefile Fix installation process for basecoind from top-level folder 2018-02-20 13:00:48 +01:00
README.md Add README.md to Basecoin; Update licenses 2018-01-28 18:17:19 -08:00
glide.lock glide.lock 2018-02-20 22:10:01 +00:00
glide.yaml Add README.md to Basecoin; Update licenses 2018-01-28 18:17:19 -08:00

README.md

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.