Passive Negotiation (no UI)
Passive Negotiation with Token Negotiator
const negotiator = new Client({
type: "passive",
issuers: [
{
blockchain: "evm",
collectionID: "expansion-punks",
contract: "0x0d0167a823c6619d430b1a96ad85b888bcf97c37",
chain: "eth",
}
]
});Last updated