This template is a material for the slides in the following events.
- Dec 12 Taipei Blockchain Week
- Dec 16 Taiwan Builder House
This is a move template for you easy to try move to write a contract, and the CI and dev environment already setup.
- Click the button use this template
- Put your ideal in
source/template.move
- Open a PR to your project and the CI will lint, test, and calculate the test coverage for your package.
This template is ready to deploy as you wish. If you want to change the project name, just rename following
name
field of[package]
section inMove.toml
template
field of[address]
section inMove.toml
- rename the file
template.move
and themodule
name in the top of the file Please reference this PR