0.0.4-poc4 • Published 3 years ago

@phala/types v0.0.4-poc4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

Polkadot.js Typings for Phala network

npm version

Building

To build this package, run the following commands:

    yarn generate:defs
    yarn generate:meta
    yarn build

Upgrading

Get a latest copy of custom types (e.g typedefs.json) and update src/interfaces/phala/definitions.ts.

Ensure that WebSocket endpoint to the network is correctly set in package.json.

Then complete the building process and run npm publish --access public. (Don't forget to bump the version)