Coder Social home page Coder Social logo

rollapp-registry's Introduction

RollApp Registry

RR

A registry for RollApps on Froopyland testnet:

This repository is dedicated to the listing process of RollApps on the Portal.

Please follow the instructions for listing a RollApp:

  1. Make sure to have successfully deployed and are running a RollApp instance.

  2. Fund the Faucet and test the IBC connection by submitting an IBC transfer of your RollApp token to the Dymension Hub faucet with the following command:

    roller tx fund-faucet
    

    Subsequently, check the balance of the RollApp token on the Dymension Hub faucet which should arrive within 15 minutes:

    $balance dym1g8sf7w4cz5gtupa6y62h3q6a4gjv37pgefnpt5 <RollApp-ID>
    
  3. Fork the RollApp-registry repo into your GitHub account.

  4. Clone it by running the following command:

    git clone https://github.com/<your-github-username>/rollapp-registry
  5. CD into the cloned repo:

    cd rollapp-registry
  6. Retrieve your generated rollapp id with roller config show and save it as an environment variable:

    export ROLLAPP_ID=<RollApp-ID-HERE>
    
  7. Create the appropraite folders and files:

    cd devnet
    mkdir -p $ROLLAPP_ID/logos
    cd $ROLLAPP_ID && touch $ROLLAPP_ID.json
    

    This should create a folder for your RollApp logo and config information.

  8. Add your RollApp logo to the logos folder. Logo file name: <RollApp-ID>.<format>. This can be SVG, PNG, or JPG format. Please make sure the file doesn't exceed 50KB.

  9. Export the RollApps configuration JSON by running:

    roller config export
    
  10. Copy paste the JSON output to the <RollApp-ID>.json and fill in the following fields:

    • RPC: "http://<your-ip-or-domain>:<port>" (default port 26657)
    • REST: "http://<your-ip-or-domain>:<port>" (default port 1317)
    • EVM RPC *(ONLY FOR EVM ROLLAPPS): "http://<your-ip-or-domain>:<port>" (default port 8545)
    • Logo path: "/logos/<RollApp-ID>-logo.svg"

    Optinal fields:

    • chainName: from <RollApp-ID>to your RollApp's name as it will appear on the Portal
    • description: add "<Your RollApp description>", to be displayed on the portal
    • website: add "<your-RollApp's-url>", to be displayed on the portal
  11. Add and commit your changes:

    git add .
    git commit -m "added RollApp"
    git push -u origin main
    
  12. Create a PR to https://github.com/dymensionXYZ/rollapp-registry.

    For a demonstration of a step-by-step guide to creating a PR please follow the GitHub documentation or watch this helpful youtube video.

  13. Pair the RollApp on the Discord channel by entering the following command: (In the following command replace <RollApp-ID> with your customized RollApp ID.)

    $pair <RollApp-ID>

A community moderator will then begin a conversation with you in Discord. Please follow attentively to get the listing process fulfilled quickly.

If you have any question please feel free to reach out to the coreteam and community on Discord. We're here for you!

rollapp-registry's People

Contributors

santosdios avatar orjah avatar maxzonder avatar shaolin-flow avatar yishay-dym avatar itzhakbokris avatar grraarrgghh avatar superadit98 avatar kyergus avatar demirfirat avatar peaceppp avatar ctnsefa avatar umut42302228 avatar kocality avatar nil1oki avatar sinirlibiber avatar yurakas97 avatar drifter728 avatar harukama avatar xnodeer avatar ozdilf07 avatar fthmtzkl avatar aptosuper avatar okannako avatar adli582 avatar farukyasar avatar dadidung avatar medby147 avatar megastake avatar yushitavalidator 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.