@cdk-as/cdk
v0.0.16
Published
Unofficial Experimental AssemblyScript CDK for DFINITY
Readme
Unofficial DFINITY AssemblyScript CDK
This is an experimental project to evaluate how AssemblyScript could be used as a CDK and should not be used for any production purposes.
Usage
import { Actor, query, update } from "@cdk-as/cdk"
Install
WABT is needed to parse WAT files exported by the build using wat2wasm
brew install wabtNext install the assemblyscript & cdk dependcies
npm installTests
npm run test