NFT verification with OPA
Last updated
Was this helpful?
Last updated
Was this helpful?
After the development of a policy using Rego, we need to add it to the NFT Kit.
|
Body parameters:
name
: [string] policy name.
description
: [string] policy description.
input
: [string] the input parameter of the open policy engine(OPA).
policy
: [string] the policy Rego code that will be executed by OPA.
policyQuery
: [string] the query parameter of the open policy engine(OPA).
policyEngine
: [string] the engine who will run the policy.
Example:
Rego policy example:
Get the list of added policies.
Execute a policy against a NFT metadata.
Path parameters:
chain
: [string] chain to work with. Either TEZOS, GHOSTNET, ETHEREUM, POLYGON, GOERLI, MUMBAI , TESTNET or MAINNET
.
contract
: [string] smart contract address
tokenId
: [string] token id of the NFT
policyName
: [string] the name of an already-added policy.
Example:
You need to add a path of OPA in the environment variable. When using IntelliJ IDEA:
You can run an OPA policy against an NFT metadata from an EVM compatible or Tezos chains.
EVM compatible:
Tezos
|
|
You need have OPA in your local machine. .