Active Negotiation (UI)
Active Negotiation with Token Negotiator
const negotiator = new Client({
type: "active",
issuers: [{
contract: "0x107065a122f92636a1358a70a0efe0f1a080a7e5",
onChain: true,
fungible: true,
collectionID: "USX",
chain: "matic",
}],
uiOptions: {
uiType: "inline"
openingHeading: "Open a new world of perks, benefits and opportunities with your token.",
issuerHeading: "Get discount with token",
repeatAction: "Try Again",
dismissAction: "Dismiss",
loadAction: "Load",
balanceFoundEvent: "Balance found",
nftsFoundEvent: "NFTS found",
noTokensFoundEvent: "No tokens found",
theme: "light",
position: "bottom-right",
},
});Last updated