# @open-web3/orml-types

> Polkadot.js types for Open Runtime Module Library (ORML)

Latest version **2.0.1** (published 2022-07-11) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @open-web3/orml-types
pnpm add @open-web3/orml-types
yarn add @open-web3/orml-types
bun add @open-web3/orml-types
```

## Health

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

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2022-07-11 |
| First published | 2020-04-23 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 108.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 29 |
| Author | Laminar Developers |
| Maintainers | xlc, ermal.kaleci, aniiantt |

## Links

- npm: https://www.npmjs.com/package/@open-web3/orml-types
- Repository: https://github.com/open-web3-stack/open-web3.js
- Issues: https://github.com/open-web3-stack/open-web3.js/issues
- npm.io page: https://npm.io/package/@open-web3/orml-types

## Dependencies (1)

- [@open-web3/orml-type-definitions](https://npm.io/package/@open-web3/orml-type-definitions.md) 2.0.1

## Recent versions

- 2.0.1 (latest) — 2022-07-11
- 2.0.2-0 (beta) — 2022-11-13
- 1.1.4 — 2022-04-26
- 1.1.3 — 2022-03-29
- 1.1.2 — 2022-03-28
- 1.1.1 — 2022-03-28
- 1.0.2-4 — 2022-03-07
- 1.0.2-3 — 2022-01-13
- 1.0.2-2 — 2021-11-11
- 1.0.2-1 — 2021-10-28
- 1.0.2-0 — 2021-10-18
- 1.0.1 — 2021-10-14
- 0.9.4-38 — 2021-09-15
- 0.9.4-37 — 2021-09-15
- 0.9.4-36 — 2021-09-15
- … 129 more at https://npm.io/package/@open-web3/orml-types/versions

## README

# @open-web3 JS library

This monorepo contains all the Javascript packages provided by Open Web3 Stack.

## Packages Overview

- [@open-web3/orml-types](./packages/orml-types)
  - Polkadot.js types for [Open Runtime Module Library (ORML)](https://github.com/open-web3-stack/open-runtime-module-library).
- [@open-web3/orml-api-derive](./packages/orml-api-derive)
  - Polkadot.js derives library for ORML.
- [@open-web3/indexer](./packages/indexer)
  - A node.js indexer server for Substrate based chain.
- [@open-web3/scanner](./packages/scanner)
  - A monitoring library for Substrate based chain.
- [@open-web3/api](./packages/api)
  - Extended API library for polkadot.js.
- [@open-web3/dispatcher](./packages/dispatcher)
  - A schedular / task runner library.
- [@open-web3/fetcher](./packages/fetcher)
  - Data fetcher library, useful for oracle server.
- [@open-web3/util](./packages/util)
  - JS utilities.
- [@open-web3/app-util](./packages/app-util)
  - Utilities for node.js application.
- [@open-web3/asset-metadata](./packages/asset-metadata)
  - asset metadata.

## Development

To start off, this repo uses yarn workspaces to organise the code. As such, after cloning, its dependencies should be installed via yarn, not via npm; the latter will result in broken dependencies.

To get started

1. Clone the repo locally, via `git clone https://github.com/open-web3-stack/open-web3.js.git`
2. Ensure that you have a recent version of Node.js, for development purposes Node 10 is recommended.
3. Ensure that you have a recent version of Yarn, for development purposes Yarn >=1.10.1 is required.
4. Install the dependencies by running `yarn install`
5. Build the everything via `yarn run build`
6. Run all test cases via `yarn jest`
7. Run lint via `yarn lint`

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