The make build command only works if you install the dependencies first. Previously you had to cd into examples/basecoin and run get_vendor_deps and then cd into cosmos-sdk and then run build. With this change a user can just run build in the top-level folder and the dependencies are installed automatically. |
||
|---|---|---|
| .. | ||
| app | ||
| cmd/basecoind | ||
| types | ||
| x/sketchy | ||
| .gitignore | ||
| glide.yaml | ||
| LICENSE | ||
| Makefile | ||
| 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.