keelson-js
v0.3.8-pre.21
Published
A javascript SDK for [keelson](https://github.com/MO-RISE/keelson).
Downloads
644
Readme
Keelson-SDK (javascript)
A javascript SDK for keelson.
Basic usage
See the tests
Development setup
Step 1: Generate protobuf messages
# Make sure you have rights to execute
chmod +x generate_javascript.sh
# Execute shell command
./generate_javascript.sh
Step 2: Run tests
# Make sure you have test package installed
npm install --save-dev jest @types/jest ts-jest
# Run test by
npx jest