A template application. Use this repository as a template when creating a new application repository.
- Change the app name in
Cargo.toml
. - Fix badges' links in
README.md
(replacegear-foundation/dapp-template
with<your_username>/<your_new_app>
). - Replace a description in
README.md
. - Remove this section.
cargo b --workspace
Run all tests, except gclient
ones:
cargo t --workspace -- --skip gclient
Run all tests:
# Download the node binary.
cargo xtask node
cargo t --workspace
cargo xtask ci
The source code is licensed under the MIT license.