@bond-protocol/options-library
v0.1.1
Published
[Documentation](https://docs.bondprotocol.finance/developers/options-library)
Readme
License: MIT
To install using NPM:
npm i @bond-protocol/options-library
To run example UI using current Viem based version of wagmi:
pnpm install
cd examples/wagmi-viem-example
pnpm install
pnpm devTo run example UI using legacy Ethers based version of wagmi:
pnpm install
cd examples/wagmi-ethers-example
pnpm install
pnpm dev