Giter Site home page Giter Site logo

keplr-contract-registry's Introduction

Guidelines for Submitting CW20 token to Keplr Extension

This page outlines the basic information that is required for registering CW20 tokens to Keplr Extension's "Add Token"(in its hamburger menu) list. Keplr team will go through a minimal verification process to see if there are any security issues or missing information.

Once approved, Keplr Extension will show CW20 tokens on the Add Token page, with the information you've submitted.

App Registration Directory Structure

Here’s an overview of the structure of the directory. Please provide the information and files complying with the requirements.

.
├── cosmos                       
│     ├── juno                                    # Chain Identifier Name
│     │     ├── base.json                         # Information about the chain
│     │     └── tokens
│     │           ├── juno10gthz...8q4864xy.json  # CW20 token's contract address
│     │           └── juno10vgf2...mqaw95ux.json
│     ├── secret
│     └── ...
├── images
│     ├── juno
│     │     ├── bjuno.png                          # CW20 token's symbol
│     │     └── pepe.png
│     ├── secret
│     └── ...
└── ...

CW20 Token Information JSON File Form (Example)

Please note that you need to comply with our requirements when filling out the form. See the next section to learn the details.

{
  "contractAddress": "juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k",
  "imageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-contract-registry/main/images/juno/pepec.png",
  "metadata": {
    "name": "PEPE on Cosmos",
    "symbol": "PEPE",
    "decimals": 6
  }
}

CW20 Token Information Details

  • contractAddress: Enter the contract address of the CW20 token you want to add.
  • imageUrl: Enter the link of the image you added.
  • metadata
    • name: Name of the registered CW token.
    • symbol: Symbol of the registered CW token.
    • decimals: Decimals of the registered CW token.

NOTE:

  • Please double-check if the app information file is in JSON format.
  • Please also note that the images will be automatically cropped into a circle to be displayed on Keplr.

keplr-contract-registry's People

Contributors

heesungb avatar thunnini avatar kromsten avatar claraexmachina 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.