Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.61 KB

README.md

File metadata and controls

42 lines (31 loc) · 2.61 KB

Portkey Providers

Statements Branches Functions Lines
Statements Branches Functions Lines
Package Version
@portkey/detect-provider npm
@portkey/mobile-provider npm
@portkey/extension-provider npm
@portkey/providers npm
@portkey/chain npm
@portkey/provider-types npm
@portkey/provider-utils npm

Get started

see ./packages dictionary for all the projects you interested in.

Install

## Program start

```bash
yarn

# build packages
yarn build

# try to run test
yarn test
# run your test
npx jest ./packages/providers/test/web3Provider.test.ts
# if passed, success

Loop the steps to get an awesome program.