README
@bosonprotocol/core-sdk / Exports
@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
- Use with
ethers
andIPFS