@fractional-company/collections-data

0.0.26 • Public • Published

@fractional-company/collections-data

List of verified collections. It adds the verified badge to a vault/NFT.

NOTE: This is a temporary repo, list will be migrated into a contract.

Adding new collection

Edit the collections.json & submit a PR.

Structure
{
  "collection": "[ Collection Name ]",
  "contracts": [
    {
      "address": "[ Contract Address ]",
      "tokenIds": [Token Ids] # Optional, if filled only token ids provided will be marked as verified.
    }
  ]
}

Development

Commands

npm install / yarn install

Usage

Commands

npm test # run tests with Jest
npm run coverage # run tests with coverage and open it on browser
npm run lint # lint code
npm run docs # generate docs
npm run build # transpile code and build module

Publish

npm run release
npm publish

It'll automatically run test, lint, docs, build, generate CHANGELOG.md, and push commits and tags to the remote repository.

Package Sidebar

Install

npm i @fractional-company/collections-data

Weekly Downloads

0

Version

0.0.26

License

MIT

Unpacked Size

94.9 kB

Total Files

9

Last publish

Collaborators

  • lucacosta
  • sebastian_fractional
  • brezimenko
  • jjfractional
  • vidfractional
  • trcsamurai