Getting Started
What you need
The two skills
Skill
What you will learn
Development workflow at a glance
npx @mimicprotocol/cli init my-function # scaffold project
cd my-function
yarn mimic codegen # generate types from manifest
# ... write your function logic ...
yarn mimic compile # compile to WASM
yarn mimic deploy # upload to IPFS registryNext steps
Last updated