Audited
Smart Contract
Manage
Buy & Sell
Multi Layer
Royalties
Indexing
NFT Collection
const { Web3 } = require("web3");
const Certhis = require("certhis").init(Web3);
await
Certhis.collection.create.({
web3 : Web3,
collection_object {
collection_name : "My Collection",collection_symbol : "MCLT",
collection_type : true,
},
whitelist : ["0x0000000000000000000000000000000000"],
});