Skip to content

enumatech/0x-monorepo

 
 

Repository files navigation

@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"],
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.7%
  • Nix 2.3%