Skip to content

hazryder/policyIDs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

policyIDs

CNFTs Verified Policy Database

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/Tz2gaGRrsvw

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"
    ]
  },
]

About

CNFTs Verified Policy Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 100.0%