Token Negotiator
  • Introduction
  • Quick Start
    • Getting Started with NFT's
    • Getting Started with Fungible Tokens
    • Getting Started with Off Chain Tokens
  • Learn
    • Installation
    • Supported Chains
    • Supported Wallets
    • Supported Attestations
    • Event Hooks
    • Issuer Configurations
      • Issuer Configuration EVM
      • Issuer Configuration Solana
      • Issuer Configuration Flow
      • Issuer Configuration Ultra
      • Issuer Configuration Socios
      • Issuer Configuration Off Chain
    • Active Negotiation (UI)
      • Custom Views
      • View Navigation
      • Theme
      • Configuration Options
    • Passive Negotiation (no UI)
      • Wallet Connection
    • Token Authentication
      • Off Chain Authentication
      • On Chain Token Authentication (evm)
    • Smart Contract and wallet Interaction
      • Sign message
    • Off Chain Token Issuers
  • Reference
  • Articles
  • Videos
  • Showcase
  • Contribution
  • Support
  • Migrating from version 2x to 3x
  • Github Examples
Powered by GitBook
On this page
  1. Learn

Supported Chains

Supported list of blockchains and networks

The following blockchain networks listed below are supported. You can use this table as a reference to build an on chain issuer configuration.

blockchain (string)
chain (string)

evm

eth or mainnet

evm

polygon

evm

optimism

evm

bsc

evm

bsc testnet

evm

avalanche

evm

fantom

evm

sepolia

evm

arbitrum

evm

cronos

solana

mainnet

solana

devnet

flow

mainnet

ultra

mainnet

ultra

testnet

Example usage:

const negotiator = new Client({
	type: "active",
	issuers: [{
		onChain: true,
		blockchain: "evm",
		chain: "eth",
		collectionID: "expansion-punks",
		contract: "0x0d0167a823c6619d430b1a96ad85b888bcf97c37"
	}],
	uiOptions: {
		openingHeading: "Connect your NFT to access custom content and more.",
		issuerHeading: "Get discount with token",
		repeatAction: "try again",
		theme: "light",
		position: "bottom-right",
	},
});

PreviousInstallationNextSupported Wallets

Last updated 1 year ago

Do you have a network that you need us to support? Please reach out to us on or via sayhi@smarttokenlabs.com

discord