sam-goldman / nft-descriptors

A repository to store all NFT descriptors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A repository to store all NFT descriptors

License:GNU Affero General Public License v3.0


Languages

Language:Solidity 51.4%Language:TypeScript 47.6%Language:JavaScript 0.8%Language:Shell 0.2%