@kodex-react/ctx-ethers
Version:
Provides a React context provider for the Ethers.js library, which allows you to interact with Ethereum smart contracts.
11 lines (10 loc) • 327 B
TypeScript
import '@kodex-data/prototypes';
import '@kodex-react/window-ethereum';
import EthersContext from './context';
export { CtxEthers } from './context';
export * from './errors';
export * from './types';
export * from './hooks';
export declare const VERSION = "0.0.1-rc.5";
export { EthersContext };
export default EthersContext;