devPHAse
Development tool for Phala Phat contracts.
Install
Add to your projects using package manager (yarn / npm)
yarn add -D devphase
yarn add -D typescript ts-node # required peer dependencies
Features
- Starting local stack (node + pruntime + pherry)
yarn devphase stack
yarn devphase compile [contractName] [--watch]
- Contracts TS bindings creation (wip)
yarn devphase typings [contractName]
yarn devphase test
Usage sample
Check usage sample repo
Sandbox
Check sandbox environment repo for easy testing with up-to-date code
TODO
check here