@animoca/blockchain-inventory_metadata

Base metadata manipulation for Assets Inventory. Dependency for Contracts, Backends and Frontends projects.

Usage no npm install needed!

<script type="module">
  import animocaBlockchainInventoryMetadata from 'https://cdn.skypack.dev/@animoca/blockchain-inventory_metadata';
</script>

README

Blockchain Project Inventory Metadata

This project serves as a base dependency for blockchain-based inventory metadata projects by providing related inventory ID helpers and constants.

Table of Contents

Overview

Installation

Install as a module dependency in your host NodeJS project:

$ npm install --save @animoca/blockchain-inventory_metadata

Usage

Test and Deployment Scripts

Require the NodeJS module dependency in your test and deployment scripts as needed:

const { inventoryId, constants } = require('@animoca/blockchain-inventory_metadata');