Template application. Use this repository as a template when creating a new application repo.
- Change app name in
Cargo.toml - Fix Gitpod/badge/releases links in
README.md(replacegear-dapps/appwithgear-dapps/<my-new-app>) - Add description in
README.md - Fix dates, links, and initial commit hash in
CHANGELOG.md - Remove this section
Raw, optimized, and meta WASM binaries can be found in the Releases section.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shrustup toolchain add nightly
rustup target add wasm32-unknown-unknown --toolchain nightly... or ...
make initcargo build --release... or ...
make buildcargo test --release... or ...
make testmake all... or just ...
makeThe source code is licensed under the MIT license.


