Skip to content
/ app Public template
forked from gear-foundation/dapp-template

Minimal application, use it as a repo template

License

Notifications You must be signed in to change notification settings

GikiRun/app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitpod

Gear Template App

Build License

Template application. Use this repository as a template when creating a new application repo.

https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template

Initial checklist after creating a new repo

  • Change app name in Cargo.toml
  • Fix Gitpod/badge/releases links in README.md (replace gear-dapps/app with gear-dapps/<my-new-app>)
  • Add description in README.md
  • Fix dates, links, and initial commit hash in CHANGELOG.md
  • Remove this section

Prebuilt Binaries

Raw, optimized, and meta WASM binaries can be found in the Releases section.

Building Locally

⚙️ Install Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

⚒️ Add specific toolchains

rustup toolchain add nightly
rustup target add wasm32-unknown-unknown --toolchain nightly

... or ...

make init

🏗️ Build

cargo build --release

... or ...

make build

✅ Run tests

cargo test --release

... or ...

make test

🚀 Run everything with one command

make all

... or just ...

make

the workshop screenshots

screenshot of the app screenshot of the app screenshot of the app

License

The source code is licensed under the MIT license.

About

Minimal application, use it as a repo template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 88.7%
  • Makefile 11.3%