File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ ## Releases
2+
3+ All crates must have the same version number when creating a release. This
4+ simplifies documenting any changes.
5+
6+ # Unreleased
7+
8+ # Version 0.1.0 (2019-11-14)
9+
10+ This marks the first release of the project. The blockchain server supports
11+ running an alpha network. Clients are able to connect to the server and be able
12+ to interact with the blockchain using the CLI wallet.
13+
14+ Power users will be using the CLI crate to interact with the public network when
15+ it launches. Developers can take a look at ` crates/godcoin ` for creating
16+ applications and ` crates/server ` for running a private alpha network locally for
17+ testing.
18+
19+ ### Crates released
20+ - crates/cli
21+ - crates/godcoin
22+ - crates/server
You can’t perform that action at this time.
0 commit comments