Passive Negotiation (no UI)

Passive Negotiation with Token Negotiator

The term "passive negotiation" refers to the mode setting of Token Negotiator that provides no UI. Using this mode allows for developers to build their own custom UI, whilst utilising the data and events from Token Negotiator.

Example Usage:

const negotiator = new Client({
	type: "passive",
	issuers: [
		{
			blockchain: "evm",
			collectionID: "expansion-punks",
			contract: "0x0d0167a823c6619d430b1a96ad85b888bcf97c37",
			chain: "eth",
		}
	]
});

For support and any questions please reach out to us on discord or via sayhi@smarttokenlabs.com

Last updated