# @ocap/asset

> Utility to work with asset and factory on ArcBlock blockchain

Latest version **1.30.24** (published 2026-05-14) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @ocap/asset
pnpm add @ocap/asset
yarn add @ocap/asset
bun add @ocap/asset
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.30.24 |
| Published | 2026-05-14 |
| First published | 2021-03-17 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 15 |
| Unpacked size | 42.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | wangshijun |
| Maintainers | wangshijun, polunzh, mave99a |
| Keywords | blockchain, arcblock, sdk, nodejs |

## Links

- npm: https://www.npmjs.com/package/@ocap/asset
- Repository: https://github.com/ArcBlock/blockchain.git#master
- Homepage: https://github.com/ArcBlock/blockchain/tree/master/core/asset
- Issues: https://github.com/ArcBlock/blockchain/issues
- npm.io page: https://npm.io/package/@ocap/asset

## Dependencies (15)

- [flat](https://npm.io/package/flat.md) ^5.0.2
- [debug](https://npm.io/package/debug.md) ^4.4.3
- [lodash](https://npm.io/package/lodash.md) ^4.17.23
- [mustache](https://npm.io/package/mustache.md) ^4.2.0
- [@ocap/util](https://npm.io/package/@ocap/util.md) 1.30.24
- [@ocap/types](https://npm.io/package/@ocap/types.md) 1.30.24
- [@arcblock/vc](https://npm.io/package/@arcblock/vc.md) 1.30.24
- [@ocap/wallet](https://npm.io/package/@ocap/wallet.md) 1.30.24
- [@arcblock/did](https://npm.io/package/@arcblock/did.md) 1.30.24
- [@ocap/mcrypto](https://npm.io/package/@ocap/mcrypto.md) 1.30.24
- [@ocap/contract](https://npm.io/package/@ocap/contract.md) 1.30.24
- [is-absolute-url](https://npm.io/package/is-absolute-url.md) ^3.0.3
- [@arcblock/did-util](https://npm.io/package/@arcblock/did-util.md) 1.30.24
- [@arcblock/validator](https://npm.io/package/@arcblock/validator.md) 1.30.24
- [fast-json-stable-stringify](https://npm.io/package/fast-json-stable-stringify.md) ^2.1.0

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 1.30.24 (latest) — 2026-05-14
- 1.30.23 — 2026-05-13
- 1.30.22 — 2026-05-13
- 1.30.21 — 2026-05-12
- 1.30.20 — 2026-05-12
- 1.30.19 — 2026-05-12
- 1.30.18 — 2026-05-11
- 1.30.17 — 2026-05-11
- 1.30.16 — 2026-05-10
- 1.30.15 — 2026-05-08
- 1.30.14 — 2026-05-08
- 1.30.13 — 2026-05-08
- 1.30.12 — 2026-05-05
- 1.30.11 — 2026-05-03
- 1.30.10 — 2026-04-22
- … 593 more at https://npm.io/package/@ocap/asset/versions

## README

![nft](https://www.arcblock.io/.netlify/functions/badge/?text=Asset+Factory)

[![docs](https://img.shields.io/badge/powered%20by-arcblock-green.svg)](https://docs.arcblock.io)
[![Gitter](https://badges.gitter.im/ArcBlock/community.svg)](https://gitter.im/ArcBlock/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

> Utility to create standard assets that can be rendered in [DID Wallet](https://www.abtwallet.io)

## Table of Contents

- [Install](#install)
- [Usage](#usage)

## Install

```sh
npm install @ocap/asset
// or
bun install @ocap/asset
```

## Usage

```js
// TODO
```

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