Nuvo Documentation
  • Nuscriptions
    • Overview
    • Quick Guide
      • How to mint
        • Step 1 - Connect account
        • Step 2 - Mint
        • Step 3 - Check owned tokens
        • Step4 - Check my account
    • What's different
    • Protocol
      • Hotfix1
    • Indexer
    • Frontend
      • Step-by-Step Instructions
      • Feedback and Notifications
    • Marketplace
      • Auction
      • Spot
      • Derivatives
    • API
      • Overview
      • Get Balance of an Inscription for an address
      • Get Next ID for Minting
      • Get Delegation Amount
      • CheckID Availability
      • Get Status of an Transaction
      • Inscription Existence Verification (id)
      • List Owned Tokens
      • Get Deployment Details
      • Get Mint Amount
      • Get Token Owner
      • Get Transaction History of a Token
      • List All Minted Inscriptions
      • Inscription Existence Verification (tx_hash)
      • Construct Deployment Message
      • Construct Mint Message
      • Construct Transfer Message
      • Get Tokens
      • Get Number of Holders for Ticker
  • Nuvosphere
  • Get Started
    • Product Guides
      • Reputation Power Web 3.0 for Dapp Owners
      • How does Reputation Power work
      • Who are our customers
      • Where to Get Started with
      • Navigate to NuvoOne
        • How to create a dapp
        • How to design an NFT badge
        • How to issue NFT Badge and set up the campaign
      • Navigate to NuvoMe
      • Navigate to NuvoID
      • Navigate to NuvoBadge Claim
    • Demo videos
      • NuvoID_Introduction
      • NuvoMe_Claim event badge
      • NuvoOne_Introduction
      • NuvoOne_Web2 integrated with Nuvo
      • NuvoOne_Login
      • NuvoOne_Create Dapp
      • NuvoOne_Deploy Badge
      • NuvoOne_Campaign
      • NuvoOne_Manage Distribution
    • Step by Step guide to Issue Nuvo Badge
      • Access Nuvo One test environment
      • Create a new application
      • Issue Nuvo Badge
      • Distribute Nuvo Badge
      • Deploy the Nuvo Badge Project on Testnet
      • Repeat The Process on Nuvosphere Production Environment
  • Developer Guide
    • API List
      • Oauth2 Authorization
        • Dapp APIs
          • Get Dapp info
          • Get Dapp list
        • Badge APIs
          • Badge info
          • Badge claim
          • Badge favourite
        • User APIs
          • Get Eth Address with Name
          • Get Eth Address with NuvoID
          • Get user info
        • Wallet APIs
          • Token Transfer
            • Get latest price
            • Get token transfer list
            • Save token transfer info
            • Get transaction info
            • Get SDK transaction record
            • Get transfer list
          • Domain Transaction
            • Get chain URL
            • Get balance
            • Verify wallet pwd
            • Confirm transaction
            • Initiate transaction
        • NFT Badge Deploy
          • Deploy NFT Badge
          • Dapps NFT deployed list
          • Dapp Promotion
          • Upload Image
          • Update Dapp Promotion
          • Deployed NFT Badge List
          • NFT Detail
          • NFT Promotion
          • Update NFT Promotion
          • Update NFT Name
          • Update NFT start time & end time
          • Update NFT Badge Images
        • Badge Issuer
          • Set NFT Mint Permission
          • Badge Issue List
          • Update NFT Badge Issue Info
          • NFT Badge Upgrade Setup
          • NFT Badge Mint
      • Oauth2 Owner
        • Dapp management
          • Create Dapp
          • Update Dapp
          • Delete Dapp
          • Get Dapp List
          • Get Dapp Detail
        • Domain management
          • Create Domain
          • Get Domain
          • Update Domain
          • Delete Domain
        • Badge Issuer
          • NFT Badge Mint
          • Update NFT Properties
          • Badge Detail
          • Deployed NFT Badge List
          • Upload Image
          • Deploy NFT Badge
          • NFT RP Upgrade
          • Badge Query Data
        • User APIs
          • User Registration
          • Dapp Registration user list
    • SDK
    • Integration Center
    • BLS Wallet
    • MPC Wallet
    • NuvoBadge Graph
      • Introduction
      • Graph Schemas
        • NftBadgeEntity
        • DappEntity
        • UserEntity
        • UserDappMap
        • UserBadgeMap
  • Announcement
    • Nuvo Reputation Power explanation and FAQ
    • NuvoBadge Protocol
  • troubleshooting
    • Why MetaMask cannot connect to Nuvo
Powered by GitBook
On this page
  • Dashboard
  • Domain
  • Smart Contract
  1. Get Started
  2. Product Guides

Navigate to NuvoOne

https://one.nuvosphere.io/

PreviousWhere to Get Started withNextHow to create a dapp

Last updated 2 years ago

NuvoOne is a place for developers to dive in and create Domain, Dapps, smart contract, and issue the Nuvo Badge. Check out below to find out more

Dashboard

In Nuvo One Dashboard you can grab the information of all your Dapps and get an idea of the Active users, and API calls based on the different periods of time.

Domain

Domain management can let you create a unique domain and associate the domain with the smart contract deployed on multiple chains. Each chain has unique specifications, and contracts on multiple chains have different addresses. Nuvo helps to achieve the feature with Domain management.

A contract associated with a decentralized application can be deployed on multiple chains. Our job is to provide a unique identifier of the contract on any number to manage multiple domains from one central place. Nuvo helps you achieve this feature with domain management options.

  • Dapp developers can create a unique domain and associate the domain with a smart contract that has been deployed on multiple domains.

  • The created domain can be simply updated to point to a new contract address.

  • Other smart contracts can call methods based on the created domain.

  • Users can trade domains on the domain marketplace.

1. Searching Global Domain

Global domains are here to help you with APIs and you can use them on the Nuvo platform. You can use global domains to create a decentralized application using the Nuvo dashboard. Global domains are ready to use and provide quick deployment for decentralized apps. Type a keyword in the search box to access the global domain you want in no time.

2. Creating or Editing Domain

Nuvo allows you to create a new domain associated with specific smart contracts. Sign up and log in to your Nuvo account and go to the Domain management section to create a new one.

You can create a new domain by clicking on “Create New Domains” and giving the required information to manage everything in Nuvo. The domain name can be anything and you can set the chain ID and the contract address as well.

There is an option to edit each domain, delete the domain, and apply more settings if needed.

Smart Contract

Developers can use the “Smart Contract” section on the Nuvo platform to manage their smart contracts and register new ones. Here you have two options that you can use to register a new template or search for created templates.

1. Register New Templates

You need your smart contract code and some information to register a new template. Click on the “Register” icon to proceed. You can register your template in the new window by providing the template name, source code, and some other information.

Query Smart Contracts

Querying smart contracts can be done in the “Smart Contract” section. Use the “template name” box to set a name and click on the “Query” icon to proceed.

You can use the “Review Details” button to check the template’s information and customize it to deploy on a specific domain created before.

<Figure 4.1> Dashboard
<Figure 1.1> Domain Management
<Figure 1.2> Creating New Domains
<Figure 1.3> Register New Templates
<Figure 1.4> Query existing templates
<Figure 1.5> Binding with templates