1.2.0 • Published 6 months ago

@mean-finance/nft-descriptors v1.2.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
6 months ago

Lint Tests Slither Analysis

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