pjs-rs 0.1.5

A javascript runtime with [pjs](https://github.com/polkadot-js) embebed
Documentation
1
2
3
pjs.api.ApiPromise.create({ provider: new pjs.api.WsProvider('wss://rococo-rpc.polkadot.io') }).then(api => {
    return api.consts.babe.epochDuration.toJSON()
});