1.1.0 • Published 3 years ago
@origyn/csm v1.1.0
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/csmLocal 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.
1.1.0
3 years ago
1.0.0
3 years ago
1.0.0-beta.7
3 years ago
1.0.0-beta.8
3 years ago
1.0.0-beta.6
3 years ago
1.0.0-beta.5
3 years ago