Wrapper Packages
Wrapper Packages
1. ipfs-http-client
Usage
// Import the SDK
const krypcore_web3_sdk = require("krypcore-web3-sdk")
// Provide path to config file
const configFilePath = '../../config.json'
// Initialize the SDK
const Web3Engine = new krypcore_web3_sdk.Web3Engine(configFilePath)
// Create an IPFS client
const ipfshttpclient = Web3Engine.wrappers.ipfsHttpClient(new URL(${YOUR_IPFS_CLIENT_URL})
2. ethers
Usage
3. web3modal
Last updated
Was this helpful?