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
  2. Issuer Configurations

Issuer Configuration Solana

Token Negotiator issuer configuration Solana

Parameters to create a configuration for Solana non-fungible token collections.

Parameter
Type
Details
Options

onChain

boolean

defines if the collection is on or off chain. Set this value to true.

true | false

collectionID

string

a unique string identifier for your usage (this will be the name space your tokens are kept)

string

blockchain

string

defines the blockchain (refer to supported Chains page)

string

chain

string

the network of the blockchain (refer to supported Chains page)

string

collectionAddress

string

token collection address

string

updateAuthority

string

update authority address

string

tokenProgram

string

token program utilised by the collection

string

symbol

string

token collection Symbol

string

Non Fungible Token example issuer configuration:

const onChainIssuer = {
            collectionID: "penthouse-panther-club",
            collectionAddress: "ff846ef2eed57e5367cf8826e63f4d53fe28d28aa67417accb6e4b48cbd19136",
            updateAuthority: "92oYPmrr1BHznizuZmpKZ3MFRadMFYRTCxo9Pf34mZKX",
            tokenProgram: "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA",
            onChain: true,
            symbol: "PPC",
            chain: "mainnet",
            blockchain: "solana",
};

Tip 💡

To verify Smart Contract information use Solana Blockchain Explorer websites which include:

PreviousIssuer Configuration EVMNextIssuer Configuration Flow

Last updated 1 year ago

https://www.okx.com/explorer/sol
https://explorer.solana.com
https://solscan.io