Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 787 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 787 Bytes

cennznut-rs

CircleCI

The CENNZnet permission domain set and codec.
Intended for use with Doughnuts on CENNZnet to provide safe, delegated transactions.

The formal spec. is available here

Generate JS/Wasm bindings

This crate also generates an npm package @cennznet/cennznut-wasm using wasm-pack.

To generate the package run:

# install wasm pack
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

# build
cd js/ && yarn build

# Run tests
yarn test