Code Monkey home page Code Monkey logo

tnsweb's Introduction

Tron Name Service Dapp

Web Interface/API for setting human readable usernames for base58 Tron addresses

View demo website/API here: TronDapp

Video walk-through demo: https://vimeo.com/337208830


API

Features

  • Create chat-like usernames for any Tron public address: You’ll never have to worry that you have the address wrong, and it’s visually easier to look at than a long alphanumeric string.
  • Create tags under same alias for a person without having to create new aliases for each Tron address:
    • For example, you can create JustinSun{business} for business transactions and JustinSun{friends} when you would like to have friends send you money.
  • No gas is paid by the sender:
    • Address lookup by alias is free so that the sender can send transaction without paying extra cost.
  • Completely Decentralized Name System
  • Super easy HTTP API integration: Any wallet can call our HTTP API to retrieve an address for an alias.
  • Permission levels on aliases (secret, public)
  • Mask Identity for every transaction with rotating addresses: Create multiple addresses with 1 mnemonic HD key so that every transaction is sent to a different address. This helps keep your wealth private without having to manage multiple private keys.

Protection Against Abuse and Fraud

  • Obfuscated aliases & Confidentiality: aliases are stored as keccak256 so that others can’t fish, spoof or squat on aliases. This prevents people from accessing random aliases & its corresponding addresses to eliminate attacks
    • only you (owner) can retrieve human readable aliases
  • Non-Reversibility: Protection from reverse lookup for aliases. One cannot fetch all aliases connecting to a Tron public address. You can only fetch the public address of an alias if the person requesting knows about your human readable alias. This help makes the system identity-safe and keeps user’s data hidden.
  • Resistent to homoglyph attacks: aliases are strictly limited to alphanumeric characters (including underscore) so that attackers cannot set aliases with characters that appear identical or very similar on screen.

Applications of Tron Name Service

  • can extend beyond your wallet, so users, developers, merchants and exchanges can benefit from easy of use, transparency and reliability of Tron ecosystem
  • Wallets: Provide a friendly way for users to send crypto using usernames
  • Exchanges: They can also call our HTTP API when their users are trying to send TRX to other users who have aliases.
  • Contract addresses: DApp developers don’t have to modify existing contract addresses in their code everytime they modify & deploy new contracts. Contract alias will always point to the most current & correct contract address

tnsweb's People

Contributors

endeavors avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.