Vision Network
  • 🌌Vision Network
    • Innovation
    • VPoS Mechanism
  • Vision Basics
    • 💰VS and VRC
    • đŸŽ¯Token Issuance
    • đŸ–Ĩī¸Minting Mechanism
  • Protocol
    • đŸŽŦAccount
    • âš™ī¸Resource Model
    • 🌍Economic model
    • 🌈Validator
      • First Validator & Reward Mechanism
      • To be Validated Candidate
    • ⭐Vote Mechanism
      • Vote Guide
  • VISION WALLET
    • â›“ī¸Visionscan
    • 🎉Metamask
  • DECENTRALIZED EXCHANGES
    • âœ‰ī¸Vanswap
      • Operating principle
      • Trading pairs
      • Liquidity pool
    • 🧊V-Bridge
  • Others
    • đŸ§ŋTerms
    • đŸ•šī¸FAQ
    • 😁Careers
Powered by GitBook
On this page
  • Create a Vision Account
  • VRC-721 Code Modification
  • Deploy a VRC-721 Smart Contract
  • Minting an NFT Token
  1. Vision Basics

Token Issuance

PreviousVS and VRCNextMinting Mechanism

Last updated 2 years ago

Create a Vision Account

Install the Chrome extension of Vtimes to get ready for your issuance. You may create a new account in three ways:

  • create a new account

  • restoring from a mnemonic phrase, private key or Keystore

  • connect to a hardware wallet

350 VS is required in your account as the minimum.

VRC-721 Code Modification

You may modify the file of VRC721Token.sol to customise the name and symbol of the token. Remember to save your changes.

Deploy a VRC-721 Smart Contract

Deploy with vscan: Contract Compiler

Connect to the Wallet

Upload Contract Codes

Compile the Contract

Deploy the Contract

Minting an NFT Token

Log in to Visionscan with your wallet, and use the contract address to open the deployed VRC-721 contract. Here, take the VZ4NjvdqyCbWmZxXEEAb3bXhfT8f6YGxJd contract on the Nile test net as an example:

  • Choose 'Contract', 'Write Contract'

  • Find the mintWithTokenURI method, fill in the to_address, token Id, and the token URL corresponding to coral.json

  • Click 'send', then accept the signature. A 'true' will be displayed if the token was mint successfully

đŸŽ¯