Skip to content

crypto-com/deficonnect-monorepo

Repository files navigation

DeFiConnect Monorepo

Total alerts Language grade: JavaScript Join Discord

upgrade from V1 to V2

it is very easy to upgrade to V2 version.

no code change. only need change to import @deficonnect/web3-connector package

Packages

DeFiConnect is a library that consists of many smaller npm packages within the @deficonnect namespace, a so called monorepo. Here are some of them to get an idea:

Package Description Latest
@deficonnect/cosmos-signer Wrap the provider to support the API of the cosmos SDK npm version
@deficonnect/provider This package is used to help dapps connect to crypto.com wallet extension. Automatically detect the running environment, and proxy the method call to the provider npm version
@deficonnect/qrcode-modal Display QR code in direct connection mode npm version
@deficonnect/types types npm version
@deficonnect/utils utils npm version
@deficonnect/web3-connector implement AbstractConnector from web3-react npm version