# pocket-js-core

> Pocket-js core package with the main functionalities to create your own plugin.

Latest version **0.0.6** (published 2019-08-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install pocket-js-core
pnpm add pocket-js-core
yarn add pocket-js-core
bun add pocket-js-core
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.0.6 |
| Published | 2019-08-08 |
| First published | 2019-04-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 33.3 KB |
| Known vulnerabilities | 0 (+24 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 11 |
| Author | Pocket Network |
| Maintainers | luyzdeleon, pabelnl |
| Keywords | Pocket, Network, SDK, Core, Plugin, JavaScript |

## Links

- npm: https://www.npmjs.com/package/pocket-js-core
- Repository: https://github.com/pokt-network/pocket-js/tree/master/packages/core
- Homepage: https://github.com/pokt-network/pocket-js
- Issues: https://github.com/pokt-network/pocket-js/issues
- npm.io page: https://npm.io/package/pocket-js-core

## Dependencies (1)

- [axios](https://npm.io/package/axios.md) ^0.18.1

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 0.0.6 (latest) — 2019-08-08
- 0.0.5 — 2019-07-09
- 0.0.4 — 2019-06-21
- 0.0.3 — 2019-05-23
- 0.0.2 — 2019-04-14
- 0.0.1 — 2019-04-14

## README

<div align="center">
  <a href="https://www.pokt.network">
    <img src="https://pokt.network/wp-content/uploads/2018/12/Logo-488x228-px.png" alt="drawing" width="340"/>
  </a>
</div>
<h1 align="left">PocketJS Core</h1>
<h6 align="left">Official Javascript client to use with the Pocket Network</h6>
<div align="lef">
  <a  href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference">
    <img src="https://img.shields.io/badge/js-reference-yellow.svg"/>
  </a>
</div>

<h1 align="left">Overview</h1>
  <div align="left">
    <a  href="https://github.com/pokt-network/pocket-js/releases">
      <img src="https://img.shields.io/github/release-pre/pokt-network/pocket-js.svg"/>
    </a>
    <a href="https://circleci.com/gh/pokt-network/pocket-js/tree/master">
      <img src="https://circleci.com/gh/pokt-network/pocket-js/tree/master.svg?style=svg"/>
    </a>
    <a  href="https://github.com/pokt-network/pocket-js/pulse">
      <img src="https://img.shields.io/github/contributors/pokt-network/pocket-js.svg"/>
    </a>
    <a href="https://opensource.org/licenses/MIT">
      <img src="https://img.shields.io/badge/License-MIT-blue.svg"/>
    </a>
    <br >
    <a href="https://github.com/pokt-network/pocket-js/pulse">
      <img src="https://img.shields.io/github/last-commit/pokt-network/pocket-js.svg"/>
    </a>
    <a href="https://github.com/pokt-network/pocket-js/pulls">
      <img src="https://img.shields.io/github/issues-pr/pokt-network/pocket-js.svg"/>
    </a>
    <a href="https://github.com/pokt-network/pocket-js/issues">
      <img src="https://img.shields.io/github/issues-closed/pokt-network/pocket-js.svg"/>
    </a>
</div>

PocketJS Core wraps all of the functionalities a developer will need to create their own plugin to start interacting with the Pocket Network.

Before you can start using the library, you have to get a Developer ID by registering for MVP. [To learn how to register please click here.](https://pocket-network.readme.io/docs/how-to-participate#section-for-developers)

<h1 align="left">Requirements</h1>

You should have at least have a basic knowledge of blockchain technology and know your way around Javascript. You will also need to install the [NPM tool.](https://www.npmjs.com/get-npm)

<h1 align="left">Installation</h1>

The PocketJS Core package is hosted in [NPM](https://npmjs.com), see below how to install.

`npm install --save pocket-js-core`

<h1 align="left">Usage</h1>

If you would like to know how to create your own plugin from PocketJS Core, check out [how to create a plugin](https://docs.pokt.network/docs/create-a-plugin). 

<h1 align="left">Contact Us</h1>

We have created a Discord server where you can meet with the Pocket team, as well as fellow App Developers, and Service Nodes. [Click here to join!](https://discord.gg/sarhfXP)

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