-
clone or download this repository
-
execute
npm install
to install dependencies -
write your contract code at assembly/index.ts
-
execute command
java -jar cmd-*.jar compile -s assembly/index.ts -o index.wasm -a node_modules/.bin/asc
-
clone or download this repository
-
execute
npm install
to install dependencies -
write your contract code at assembly/index.ts
-
configure your tds server at cmd-config.json
-
download latest cmd tool cmd-1.0-SNAPSHOT.jar at release page
-
execute command
java -jar cmd-*.jar deploy -c cmd-config.json