@origyn/csm
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

ORIGYN CSM

JavaScript library for configuring, staging and minting Origyn NFTs from a local directory.

Compatibility

Each release of csm is compatible with a specific version of the Origyn NFT standard. The table below shows the compatibility between the two.

CSM Version Origyn NFT Version
1.0.0-beta.6 - 1.1.0 0.1.4
1.0.0-beta.5 0.1.3

Installation

npm i @origyn/csm

Local testing of unpublished csm

If you have a local repository of the csm code, you can make npm point to its build using:

npm i <path-to-csm>

Usage

Start by importing the csm in your code.

import { config, stage, mint } from '@origyn/csm';

For a full example see https://github.com/ORIGYN-SA/minting-starter.

Package Sidebar

Install

npm i @origyn/csm

Weekly Downloads

20

Version

1.1.0

License

none

Unpacked Size

129 kB

Total Files

21

Last publish

Collaborators

  • austinorigyn
  • origyn-admin