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-templatewith<your_username>/<your_new_app>). - Replace a description in
README.md. - Remove this section.
cargo b --workspaceRun all tests, except gclient ones:
cargo t --workspace -- --skip gclientRun all tests:
# Download the node binary.
cargo xtask node
cargo t --workspacecargo xtask ciThe source code is licensed under the MIT license.