cosmos-sdk/examples/basecoin
Ethan Frey 356baf61c1 Move sendtx and query account commands into x/bank 2018-03-01 02:36:57 +00:00
..
app Clean up sendtx example 2018-03-01 02:36:57 +00:00
cmd Move sendtx and query account commands into x/bank 2018-03-01 02:36:57 +00:00
types Prompt for password on sendtx 2018-03-01 02:36:57 +00: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 Remove errant basecoin vendor mess 2018-02-27 17:44:20 +01:00
README.md basecoin: remove glide 2018-02-28 00:04:20 -05: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.

Assuming you've run make get_tools && make get_vendor_deps from the root of this repository, run make build here to build the basecoind and basecli binaries.

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