tap-contracts
v0.0.1
Published
Contracts for TAP protocol for collateral
Readme
Timeline Aggregation Protocol (TAP) Contract(s)
Create types and bindings
First, use forge to build the smart contracts:
yarn buildAfterwards, enter the bindings directory:
cd bindingsAnd run the following commands to generate the types and bindings:
yarn bindings
yarn tscWith the bindings generated, you may publish to npm using the following command:
npm publish