# fast-wan-web3

> A tool to select a faster web3 rpc server in wanchain.

Latest version **1.0.3** (published 2020-07-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install fast-wan-web3
pnpm add fast-wan-web3
yarn add fast-wan-web3
bun add fast-wan-web3
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2020-07-10 |
| First published | 2020-07-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 10.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | lolieatapple |
| Maintainers | molin0000 |

## Links

- npm: https://www.npmjs.com/package/fast-wan-web3
- Repository: https://github.com/lolieatapple/fast-wan-web3
- npm.io page: https://npm.io/package/fast-wan-web3

## Dependencies (2)

- [web3](https://npm.io/package/web3.md) ^1.2.9
- [regenerator-runtime](https://npm.io/package/regenerator-runtime.md) ^0.13.5

## Recent versions

- 1.0.3 (latest) — 2020-07-10
- 1.0.2 — 2020-07-10
- 1.0.1 — 2020-07-10
- 1.0.0 — 2020-07-10

## README

# fast-wan-web3

This is a npm use to get the fast web3 provider.

```
const fastWeb3 = require('fast-wan-web3');

async function main() {
    //networkId 3 is testnet, 1 is mainnet
    let networkId = 3;
    await fastWeb3.init(networkId);
    let web3 = await fastWeb3.getWeb3();
    console.log(await web3.eth.getBlockNumber());
}

main();
```

---
_Source: https://npm.io/package/fast-wan-web3 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
