subjekt
v0.0.11
Published
Subjekt is a protocol-agnostic, declarative language for defining subjects, smart contracts, and SDKs.
Downloads
442
Readme
Subjekt is a protocol-agnostic, declarative language for defining data structures and subjects to abstract dApp development.
Learn More
Specification
Development
Requirements
- Java Runtime Environment (1.8.0)
- TypeScript 2.0+
Build
Build the ANTLR grammar as well as src
using:
npm run build:all
npm run build:all
: Build the ANTLR grammar as well assrc
usingtsc
.
Testing
Run jest to test model parsing and validation using:
npm test