基于状态图与DSL的智能合约代码生成
Getting started
- Clone the repository using
git clone
npm i to install all required dependencies
npm run langium:generate to generate project
npm run build to build the project
To run both watchers use npm run watch && npm run langium:watch .
Example
Generate your code using
node ./bin/cli generate <filename> on Windows
./bin/cli generate <filename> on MacOS and Linux
add -w or --watch to run watcher.
| |