# @vapory/web3-core

> Web3 core tools for sub packages. This is an internal package.

Latest version **1.0.0-delta.30** (published 2021-02-04) · LGPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install @vapory/web3-core
pnpm add @vapory/web3-core
yarn add @vapory/web3-core
bun add @vapory/web3-core
```

## 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.0-delta.30 |
| Published | 2021-02-04 |
| First published | 2021-01-23 |
| Weekly downloads | 0 |
| License | LGPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 5.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | marlonhanks |

## Links

- npm: https://www.npmjs.com/package/@vapory/web3-core
- Repository: https://github.com/vaporyco/web3.js/tree/master/packages/web3-core
- npm.io page: https://npm.io/package/@vapory/web3-core

## Dependencies (4)

- [@vapory/web3-utils](https://npm.io/package/@vapory/web3-utils.md) 1.0.0-delta.30
- [@vapory/web3-core-method](https://npm.io/package/@vapory/web3-core-method.md) 1.0.0-delta.30
- [@vapory/web3-core-helpers](https://npm.io/package/@vapory/web3-core-helpers.md) 1.0.0-delta.30
- [@vapory/web3-core-requestmanager](https://npm.io/package/@vapory/web3-core-requestmanager.md) 1.0.0-delta.30

## Recent versions

- 1.0.0-delta.30 (latest) — 2021-02-04
- 1.0.0-gamma.30 — 2021-01-26
- 1.0.0-beta.30 — 2021-01-24
- 1.0.0-beta.28 — 2021-01-23

## README

# web3-core

This is a sub package of [web3.js][repo]

The core package contains core functions for [web3.js][repo] packages.
Please read the [documentation][docs] for more.

## Installation

### Node.js

```bash
npm install web3-core
```


## Usage

```js
// in node.js
var core = require('@vapory/web3-core');

var CoolLib = function CoolLib() {

    // sets _requestmanager and adds basic functions
    core.packageInit(this, arguments);
    
};


CoolLib.providers;
CoolLib.givenProvider;
CoolLib.setProvider();
CoolLib.BatchRequest();
CoolLib.extend();
...
```


[docs]: http://web3js.readthedocs.io/en/1.0/
[repo]: https://github.com/vaporyco/web3.js

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