0.0.26 • Published 3 years ago

@fractional-company/collections-data v0.0.26

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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.

0.0.22

3 years ago

0.0.23

3 years ago

0.0.24

3 years ago

0.0.25

3 years ago

0.0.26

3 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.13

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago