0.0.1 • Published 3 years ago
@nepoche/dkg-substrate-types v0.0.1
Dkg Substrate Types
This package is meant to be updated alongside changes to the dkg-substrate runtime.
The package builds the types against the dkg-substrate standalone runtime.
Update Types
In order to update types after making changes to the dkg-substrate api do the following:
- Run a local instance of the appropriate runtime. The types in this package correspond to the dkg-substrate standalone runtime. 
- Run the following yarn scripts: 
yarn update:metadata
yarn build:interfacesBuilding the types package
After updating the types, run a build for the package with
yarn build0.0.1
3 years ago