Skip to content

Cardano-NFTs/policyIDs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

policyIDs - From 20/04/2022 this will become a legacy system, please do not submit anymore PRs! A new easy to use system will take it's place.

CNFTs Verified Policy Database

From 20/04/2022 this will become a legacy system, please do not submit anymore PRs! A new easy to use system will take it's place.

To add your project to the list of verified policies for the marketplace:

Important: You must show proof of your project by tweeting your pull request to your projects twitter and linking in your pull request Alternatively, provide adequate proof such as a direct link to project website with policies

Make a pull request to add a file in the "projects" directory of this repository in the following format. Please note that the name of the file must not contain any special character (:,./@"'-_).

Information:

project: Name of your project

policies one or many policy ids of your project

https://youtu.be/8hoYS1xCyWM

Validate your code before requesting: https://jsonformatter.curiousconcept.com/#

Single Project:

[
  {
    "project": "YourFirstProjectName",
    "policies": [
      "abcdefghijkklmnopqrstuvwxyzabcdefghijkklmnopqrstuvwxyzab",
      "abcdefghijkklmnopqrstuvwxyzabcdefghijkklmnopqrstuvwxyzab",
      "abcdefghijkklmnopqrstuvwxyzabcdefghijkklmnopqrstuvwxyzab"
    ]
  }
]

Multiple Projects under one name:

[
  {
    "project": "YourFirstProjectName",
    "policies": [
      "abcdefghijkklmnopqrstuvwxyzabcdefghijkklmnopqrstuvwxyzab",
      "abcdefghijkklmnopqrstuvwxyzabcdefghijkklmnopqrstuvwxyzab",
      "abcdefghijkklmnopqrstuvwxyzabcdefghijkklmnopqrstuvwxyzab"
    ]
  },
  {
    "project": "YourSecondProjectName",
    "policies": [
      "abcdefghijkklmnopqrstuvwxyzabcdefghijkklmnopqrstuvwxyzab",
      "abcdefghijkklmnopqrstuvwxyzabcdefghijkklmnopqrstuvwxyzab",
      "abcdefghijkklmnopqrstuvwxyzabcdefghijkklmnopqrstuvwxyzab"
    ]
  }
]