Smart Contract for Terra Name Service

Related tags

Cryptography tns
Overview

TERRA NAME SERVICE CONTRACTS

Terra Name Service is to create easy-to-remember names for your Terra address like ‘dokwon.ust’ instead of ‘terra1...whezdr’. You can transfer or exchange assets by simply enter the registered domain name instead of long and unreadable address. TNS also allow to set other data such as NFT, email, Twitter account, etc. You can think of TNS as your on-chain profile. TNS is inspired by ens.domains. We credit them for the original idea.

Contract Address

Mainnet

  1. Controller Address: terra1jfk9saed6c4n40qwe54mcxmgs8kz4husly3jx4
  2. .UST Registrar Address: terra1fsfnnv08cgwcyfyh3p89rf44tfy4tlgnsapyda
  3. Registry Address: terra19gqw63xnt9237d2s8cdrzstn98g98y7hkl80gs
  4. Default Resolver Address: terra1uhr0lncf04nhwn5p2uaellepery0lgphl09ut8

Testnet

  1. Controller Address: terra1d4668eunfrdj9t66n8zhkurdtgu7avrzuvgkn5
  2. .UST Registrar Address: terra1w9g7lacvel0r6stqpra9e3sj64tglz70h7sv72
  3. Registry Address: terra1fmmced3dms3ha2st4y2qj8w5v2zyel7xpg8wpq
  4. Default Resolver Address: terra1stt3dcf40cqqzaqsfu6mdy4amwp04e3tk7907p
You might also like...
Emerging smart contract language for the Ethereum blockchain.

Emerging smart contract language for the Ethereum blockchain.

Vectis - Smart Contract Wallet

A smart contract wallet project to add functionality for users of DApps to manage their keys by allowing for recovery and account freeze, whilst preserving user control, and enabling relayer capability for gas provisioning

Smart Contract built in Rust to run inside Cosmos SDK module on all chains that enable it

CoinSwap is a Smart Contract that is built on the terra blockchain and can be used to swap cryptocurrencies such as LUNA, UST, TerraUSD, Anchor, Mirror Protocol, LUNI and other CW20 tokens. The Project also contains a smart contract which works as a analysis tool for the gas fees on the Terra Blockchain.

Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis.
Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis.

Heimdall is an advanced EVM toolkit which aims to make dealing with smart contracts on EVM based chains easier. Installation & Usage Heimdall's update

A simple example demonstrating cross-contract calls in CosmWasm smart contracts

Cross-contract calls This tutorial demonstrates cross-contract calls with CosmWasm v1. Overview An end user calls the reservation contract to register

The Ink! smart contract SDK for XVM interface

Ink! XVM SDK The Ink! smart contract SDK for XVM interface. This SDK contains contract wrappers and all middleware code to make XVM development easy.

Example NFT marketplace project using ink! smart contract.

NFT Marketplace project This contract is an example for the NFT marketplace implementation. License Apache 2.0 🏗️ How to use - Contracts 💫 Build Use

MevWallet is a smart contract wallet that allows the user to capture MEV from Searchers, or create MEV on purpose.

MevWallet MevWallet is a smart contract wallet that allows the user to capture MEV from Searchers, or create MEV on purpose. This repo contains the so

An EVM low-level language that gives full control over the control flow of the smart contract.

Meplang - An EVM low-level language Meplang is a low-level programming language that produces EVM bytecode. It is designed for developers who need ful

Comments
  • What's wrong with the vote end time?

    What's wrong with the vote end time?

    ID: 1

    IN_PROGRESS

    Use TNS purchase fee to buyback $TNS and distribute to stakers The following is a proposal to use 10% of TNS purchase fee to buy back $TNS tokens from Terraswap, and distribute to holders of staked $TNS. This creates buy pressure on $TNS linear to the growth of domain purchases. Creator: terra123nr6h6p2h7vz50fzhr6kdz8edfd227jdt9dph End time: Sat, Jan 1, 2022 12:12 AM

    The end time of Vote changed slowly, what's wrong with that?

    2021-12-29 14_03_51-TNS _ Terra Name Service

    @jormungandr12

    opened by shulthz 1
  • GOV delegates, multi-signature, time-lock function

    GOV delegates, multi-signature, time-lock function

    The DAO need the GOV delegates, multi-signature, time-lock function, let the community vote the GOV delegates, the GOV delegates help the community to manage the protocol.

    The team needs to communicate with the community, if the team wants a DAO!!!

    opened by shulthz 0
  • "This account is under investigation or was found in violation of the Medium Rules."

    The team better move all the articles to https://mirror.xyz/ !!!

    "This account is under investigation or was found in violation of the Medium Rules." https://medium.com/@terranameservice/introduction-to-tns-token-fd1f6562e74f

    Please check these!!!

    opened by shulthz 0
Owner
null
Terra Trophies is a copy of Ethereum's POAP project for Terra

Terra Trophies Terra Trophies is a copy of Ethereum's POAP project for Terra. It allows anyone to create digital badges for participants of events, or

larry.{ust,sol,thor} 18 Dec 7, 2022
My code for the terra.academy course on CosmWasm smart contracts

CosmWasm Starter Pack This is a template to build smart contracts in Rust to run inside a Cosmos SDK module on all chains that enable it. To understan

Alex Incerti 0 Nov 7, 2021
Smart contracts powering Spectrum Protocol on Terra

Spectrum Core Contracts This monorepository contains the source code for the core smart contracts implementing Spectrum Protocol on the Terra blockcha

Spectrum Protocol 38 Dec 19, 2022
This monorepository contains the source code for the smart contracts implementing bAsset Protocol on the Terra blockchain.

Crll bAsset Contracts This monorepository contains the source code for the smart contracts implementing bAsset Protocol on the Terra blockchain. You c

null 3 Mar 29, 2024
Substrate NFT !ink smart contract base

Substrate !ink NFT simple implementation This is a simple working version of base NFT smart contract written using latest (as of this date) !ink 3.0.0

POLK4.NET 14 Dec 3, 2022
clockchain is a system for benchmarking smart contract execution times across blockchains.

Clockchain Clockchain is a research tool for benchmarking smart contract execution times across blockchains using Arcesco-- a block-chain agnostic ins

Zeke Medley 7 Oct 3, 2022
Testing a smart contract on the Solana blockchain

Environment Setup Install Rust from https://rustup.rs/ Install Solana from https://docs.solana.com/cli/install-solana-cli-tools#use-solanas-install-to

Maurice 1 Oct 25, 2021
clockchain is a system for benchmarking smart contract execution times across blockchains.

Clockchain Clockchain is a research tool for benchmarking smart contract execution times across blockchains using Arcesco-- a block-chain agnostic ins

zeke 7 Oct 3, 2022
An example smart contract that builds on top of xyz

xyz Guestbook Tutorial Contract This repository contains an example smart contract that illustrates how to build on top of the xyz NFT contract. This

null 5 Apr 4, 2022
Simple template for building smart contract(Rust) and RPC Client(web3.js) on Solana (WIP) ⛏👷🚧⚠️

Solana BPF Boilerplate Simple template for building smart contract(Rust) and RPC Client(web3.js) on Solana This boilerplate provides the following. Si

ono 6 Jan 30, 2022