Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 811 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 811 Bytes

@0xproject/subproviders

A few useful web3 subproviders forked off from https://github.com/0xProject/0x-monorepo/tree/development/packages/subproviders but with a focus on a small number of dependencies and no support for usb hardware.

0x have written up a Wiki article detailing some use cases of their subprovider package. Their documentation can also be applied to this package.

Read the Documentation.

Installation

pnpm install sane-subproviders

If your project is in TypeScript, add the following to your tsconfig.json:

"compilerOptions": {
    "typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"],
}