Package Exports
- @bosonprotocol/core-sdk
- @bosonprotocol/core-sdk/dist/cjs/index.js
- @bosonprotocol/core-sdk/dist/cjs/subgraph
- @bosonprotocol/core-sdk/dist/cjs/subgraph.js
- @bosonprotocol/core-sdk/dist/esm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bosonprotocol/core-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@bosonprotocol/core-sdk
JS lib that facilitates interaction with the Boson Protocol contracts, subgraph and metadata storage.
Get started
The core-sdk is intended to be used in combination with implementations of the Web3LibAdapter and MetadataStorage interfaces.
We currently support the following
Web3LibAdapterimplementations:EthersAdapterexported from@bosonprotocol/ethers-sdkEthConnectAdapterexported from@bosonprotocol/eth-connect-sdk
MetadataStorageimplementations:IpfsMetadataexported from@bosonprotocol/ipfs-storage
Follow the respective guides to get started