Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mean-finance/nft-descriptors) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Mean Finance NFT Descriptors
This repository holds Mean's NFT Descriptors. These are contracts that will generate an SVG completely on-chain, to describe the current state of an NFT.
Package
The package will contain:
- Artifacts can be found under
@mean-finance/nft-descriptors/artifacts
- Compatible deployments for hardhat-deploy plugin under the
@mean-finance/nft-descriptors/deployments
folder. - Typescript smart contract typings under
@mean-finance/nft-descriptors/typechained
Documentation
Everything that you need to know as a developer on how to use all repository smart contracts can be found in the documented interfaces.
Installation
To install with Hardhat or Truffle:
YARN
yarn add @mean-finance/nft-descriptors
NPM
npm install @mean-finance/nft-descriptors