@bosonprotocol/core-sdk
v1.41.0
Published
Facilitates interaction with the contracts and subgraphs of the Boson Protocol
Downloads
7,713
Keywords
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
Web3LibAdapter
implementations:EthersAdapter
exported from@bosonprotocol/ethers-sdk
EthConnectAdapter
exported from@bosonprotocol/eth-connect-sdk
MetadataStorage
implementations:IpfsMetadata
exported from@bosonprotocol/ipfs-storage
Follow the respective guides to get started