Endless
  • 🚀README
  • Discovery
    • 🚀Endless Web3 Genesis Cloud
    • 💎Business Model
    • 🎯Vision
    • ✈️Roadmap
    • 🪙Economics
    • 👤Team
      • Yu Xiong
      • Amit Kumar Jaiswal
      • Ned
      • 0xfun
      • Scott Trowbridge
      • Neeraj Sharma LLB
      • Amjad Suleman
      • Binu Paul
      • Eduard Romulus GOEAN
    • ❤️Developer Community
  • Endless Chain
    • Tech Docs
      • Account Address Format
      • Endless Account
      • Endless Coin(EDS)
      • Sponsored Transaction
      • On-Chain Multisig
      • Randomness
      • Safety Transaction
      • Token Locking & Distribution
    • Start
      • Learn about Endless
        • Accounts
        • Resources
        • Events
        • Transactions and States
        • Gas and Storage Fees
        • Computing Transaction Gas
        • Blocks
        • Staking
          • Delegated Staking
        • Governance
        • Endless Blockchain Deep Dive
          • Validator Nodes Overview
          • Fullnodes Overview
          • Node Networks and Synchronization
        • Move - A Web3 Language and Runtime
      • Explore Endless
      • Latest Endless Releases
      • Networks
    • Build
      • Tutorials
        • Your First Transaction
        • Your First Fungible Asset
        • Your First NFT
        • Your First Move Module
        • Your First Multisig
      • Learn the Move Language
        • The Move Book
          • Getting Started
            • Introduction
            • Modules and Scripts
          • Primitive Types
            • Move Tutorial
            • Integers
            • Bool
            • Address
            • Vector
            • Signer
            • References
            • Tuples and Unit
          • Basic Concepts
            • Local Variables and Scope
            • Equality
            • Abort and Assert
            • Conditionals
            • While, For, and Loop
            • Functions
            • Structs and Resources
            • Constants
            • Generics
            • Abilities
            • Uses and Aliases
            • Friends
            • Packages
            • Package Upgrades
            • Unit Tests
          • Global Storage
            • Global Storage - Structure
            • Global Storage - Operators
          • Reference
            • Libraries
            • Move Coding Conventions
        • Advanced Move Guides
          • Objects
            • Creating Objects
            • Configuring objects
            • Using objects
          • Move Scripts
            • Writing Move Scripts
            • Compiling Move Scripts
            • Running Move Scripts
            • Move Scripts Tutorial
          • Resource Accounts
          • Modules on Endless
          • Cryptography
          • Gas Profiling
          • Security
      • Endless Standards
        • Object
        • Endless Fungible Asset Standard
        • Endless Digital Asset Standard
        • Endless Wallet Standard
      • Endless APIs
        • Fullnode Rest API
        • Indexer Restful API
          • Indexer Installation
        • GRPC Transaction Stream
          • Running Locally
          • Custom Processors
            • End-to-End Tutorial
            • Parsing Transactions
          • Self-Hosted Transaction Stream Service
      • Endless SDKs
        • TypeScript SDK
          • Account
          • SDK Configuration
          • Fetch data from chain
          • Transaction Builder
          • HTTP Client
          • Move Types
          • Testing
          • Typescript
        • Rust SDK
        • Go SDK
      • Endless CLI
        • Install the Endless CLI
          • Install On Mac
          • Install On Alibaba Cloud
          • Install On Linux
          • Install On Windows
        • CLI Configuration
        • Use Endless CLI
          • Working With Move Contracts
            • Arguments in JSON Tutorial
          • Trying Things On-Chain
            • Look Up On-Chain Account Info
            • Create Test Accounts
          • Running A Local Network
            • Running a Public Network
          • Managing a Network Node
      • Integrate with Endless
        • Endless Token Overview
        • Application Integration Guide
      • Endless VSCode extension
      • Advanced Builder Guides
        • Develop Locally
          • Running a Local Network
          • Run a Localnet with Validator
    • Nodes
      • Learn about Nodes
      • Run a Validator and VFN
        • Node Requirements
        • Deploy Nodes
          • Using Docker
          • Using AWS
          • Using Azure
          • Using GCP
        • Connect Nodes
          • Connect to a Network
        • Verify Nodes
          • Node Health
          • Validator Leaderboard
      • Run a Public Fullnode
        • PFN Requirements
        • Deploy a PFN
          • Using Pre-compiled Binary
          • Using Docker
          • Using GCP 🚧 (under_construction)
        • Verify a PFN
        • Modify a PFN
          • Upgrade your PFN
          • Generate a PFN Identity
          • Customize PFN Networks
      • Bootstrap a Node
        • Bootstrap from a Snapshot
        • Bootstrap from a Backup
      • Configure a Node
        • State Synchronization
        • Data Pruning
        • Telemetry
        • Locating Node Files
          • Files For Mainnet
          • Files For Testnet
          • Files For Devnet
      • Monitor a Node
        • Node Inspection Service
        • Important Node Metrics
        • Node Health Checker
    • Reference
      • Endless Error Codes
      • Move Reference Documentation
      • Endless Glossary
    • FAQs
  • Endless Bridge
    • Intro to Endless Bridge
    • How to use bridge
    • Liquidity Management
    • Faucet
    • Developer Integration
      • Contract Integration
        • Message Contract
        • Execute Contract
      • Server-Side Integration
        • Message Sender
        • Example of Message Listener Service (Rust)
        • Example of Token Cross-Chain (JS)
  • Endless Wallet
    • User Guide
    • Basic Tutorial
    • FAQs
    • MultiAccount
    • SDK
      • Functions
      • Events
  • GameFi
    • Intro
    • GameFi & Endless
  • Endless Modules
    • Stacks
    • Storage
    • Module List
  • Endless Ecosystem
    • Intro
    • Show Cases
    • App Demo
  • Whitepaper
  • Endless SCAN
    • User Guide
  • MULTI-SIGNATURE
    • Multi-Signature User Guide
  • Regulations
    • Privacy Policy
    • Terms of Service
    • Funding Terms - Disclaimer
Powered by GitBook
On this page
  • How to check your wallet account
  • How to check transaction details
  • How to check NFT details
  • Deploy Coin
  • Mint Coins
  • How to authenticate coins
  • How to launch coin economics
Export as PDF
  1. Endless SCAN

User Guide

PreviousWhitepaperNextMulti-Signature User Guide

Last updated 1 month ago

How to check your wallet account

  1. At the top of the Endless Scan page, you can see a search box. Enter your wallet address in the search box and click the "Enter" button after the search results appear. On the EndlessScan search results page, you can see detailed information related to the wallet address, such as EDS balance, transaction list, coin list, NFT list, etc.

  1. In the transaction list, you can view the transaction time, sender, recipient and other related information, helping you quickly find the transaction record you want to find

  1. The basic information of the coins you own and the balance of the coins will be displayed in the coin list. Click the list to view the detailed information of the coin.

  1. The NFT list will show the basic information of the NFT you own and the collection the NFT is in. Click the list to view the detailed information of the NFT.

  1. If there is one authentication_key in the resource details, it means that the current account is a normal account. If there are multiple authentication_key, it means that the account is a multi-signature account. The value in num_signatures_required indicates how many address accounts are required to sign to complete the transaction.

PS: It should be noted that the Endless wallet address is usually composed of a string of random characters and numbers up to 44 characters long. When entering the wallet address, please ensure the correctness of the address to avoid query errors or leakage of personal information.

How to check transaction details

  1. At the top of the Endless Scan page, you can see a search box. Enter your transaction hash in the search box and click the "Enter" button after the search results appear. On the EndlessScan search results page, you can see detailed information related to the transaction, such as the overview details, coin balance defense, etc.

  1. In the overview details, you can view the transaction status, sender, recipient, coin quantity, block height, timestamp and other related information. The key information is presented in a concise way, which makes it easy for users to quickly obtain the required data and trace the transaction.

  1. The balance change shows the basic information of the coin and the comparison before and after the change, reflecting the increase or decrease of assets in the account due to transactions within a specific period of time, helping users understand their financial status in real time

How to check NFT details

  1. In the NFT list of account details, click the NFT you want to know about. On the NFT details page, you can see an overview of the NFT and related activities.

  1. The NFT overview provides basic information about the NFT, such as name, description, creator, and owner, to help users quickly understand the characteristics and value of the NFT

  1. The transaction history of the NFT is displayed in the activity list, including buying and selling records, transfers, auctions and other related activities, to help users understand the liquidity and market dynamics of NFT

Deploy Coin

  1. In the upper right corner of the Endless Scan page, click the "Connect Wallet" button to complete the wallet connection operation

  1. Click on the connected wallet account and select Deploy Coin in the menu

  1. Upload the coin LOGO to Deploy Coin and fill in the coin name, coin abbreviation, coin precision, maximum supply, official website address, and custom coin address.

  1. Custom coin address: Click the Safe import button, enter or paste the private key in the pop-up window (your private key information will not be recorded or saved here, only the custom address will be used); click the Safe import button to import the custom address into the information box

  1. After filling in the information, click the Deploy Coin button and sign and confirm in the wallet

  1. Wait for the deployment to complete. After completion, a pop-up window will be displayed indicating that the deployment is successful.

Mint Coins

  1. In the upper right corner of the Endless Scan page, click the "Connect Wallet" button to complete the wallet connection operation

  1. Click on the connected wallet account and select My Deploy Coins from the menu

  1. Click the Mint button in the list of my deployed tokens to jump to the token operation page; then click the Mint Now button to jump to the Mint details page

  1. The Mint operation page will display the basic information of the token, as well as two important data: total supply and maximum supply (While there is no limit on the max supply, the total amount minted cannot exceed a very large number (U128) to ensure system security and stability.); After filling in the address where the token is received, fill in the Mint amount.

  1. After clicking the Mint Coin button, sign and confirm in the wallet

  1. Wait for Mint to complete, after which a pop-up window will be displayed indicating that Mint tokens have been successfully minted

How to authenticate coins

  1. In the upper right corner of the Endless Scan page, click the "Connect Wallet" button to complete the wallet connection operation

  1. Click on the connected wallet account to enter the My Deploy Coins page and click the Register button in the list

  1. Fill in the Overview information in Coin Information

  1. Fill in the website, email, social and other information in Social Media Information

  1. After completing the information editing, click the Coin Register button to sign in the wallet and submit the token authentication information (the corresponding fee needs to be paid when signing)

  1. Wait for the confirmation on the chain. After completion, it will prompt that the submission is successful. Then wait for the review.

  1. You can always check the current certification status on the certification details page

How to launch coin economics

  1. In the upper right corner of the Endless Scan page, click the "Connect Wallet" button to complete the wallet connection operation

  1. Click the connected wallet account to enter the My Deploy Coins page, and click the Mint button in the list to enter the token operation details page

  1. Click the Unlock Plan button to select the mode for adding token economics and click the Confirm button to jump to the page to add unlock plans

[Pre-approval mode] a. Pre-creation stage: configure all unlock plans with unminted tokens, which come from the maximum supply. b. Approval and execution: after the token economics are approved, all tokens in the plan will be minted at once.

[Wallet deduction model] a. Direct setup: freely create all unlock plan balances (requires sufficient wallets) b. Approval and execution: after the token economics are approved, all tokens in the plan will be automatically deducted from the creator's wallet.

  1. Fill in the unlocking information, including plan name, unlocking address, unlocking amount, first unlocking cycle, first unlocking ratio, remaining token unlocking plan cycle, and unlocking interval for each cycle

a. Plan name: A total of 10 custom plan names can be created, but multiple address unlocking plans can be created for the same plan name

b. Unlocking address: Enter or paste the complete wallet address. After approval, the unlocking amount will be pledged to the address and wait for the unlocking plan to take effect

c. First unlocking cycle: When this time is reached after the unlocking plan takes effect, the first unlocking will be performed

d. First unlocking ratio: When this time is reached after the unlocking plan takes effect, the corresponding set amount will be unlocked. The set ratio shall not exceed 100% and supports up to 2 decimal places

e. Remaining token unlocking plan cycle: How many times the remaining tokens need to be unlocked after the first unlocking, which must be a positive integer and shall not exceed 100; if the cycle is set to 8 times, 8 more unlockings are required after the first unlocking

f. Unlocking interval for each cycle: The time interval between each cycle of unlocking the remaining tokens, in days and a positive integer; if the interval is set to 10 days, it will be unlocked once every 10 days

  1. Confirm the unlock information, click the Submit Plan button, sign the wallet, and wait for the transaction to be completed

  1. Confirm the token economics, click the Approve button to display the pop-up window, click Approve again to sign the wallet, and wait for the transaction to be completed; when the token economics is successfully confirmed, you can no longer add an unlocking plan