Skip to content

The cennznet permission domain set for doughnuts

Notifications You must be signed in to change notification settings

cennznet/cennznut-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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