Docs

ContractAppURI

Have an official Application URI for this contract.

Configure an official Application URI for this contract.

Example

const contract = await sdk.getContract("{{contract_address}}");
const appURI = await contract.app.get();
appURI = "ipfs://some_ipfs_hash";
await contract.app.set(appURI);

Methods

Properties