Statements | Branches | Functions | Lines |
---|---|---|---|
Package | Version |
---|---|
@portkey/detect-provider |
|
@portkey/mobile-provider |
|
@portkey/extension-provider |
|
@portkey/providers |
|
@portkey/chain |
|
@portkey/provider-types |
|
@portkey/provider-utils |
see ./packages
dictionary for all the projects you interested in.
## 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.