Giter Club home page Giter Club 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-30 minutes:

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

  4. Clone it using:

    git clone https://github.com/<your-github-username>/rollapp-registry
  5. Create a new folder in your cloned version of the RollApp-registry repo with the following structure:

    Export the name of your RollApp ID by replacing: <RollApp-ID-HERE> with your RollApp-ID:

    export ROLLAPP_ID=<RollApp-ID-HERE>
    

    Create the appropraite folders and files:

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

    This created a folder to your RollApp logo and config information.

  6. Add your RollApp logo to the logos folder. This can be SVG, PNG, or JPG format. Please keep the size of the file under 50KB.

  7. Export the RollApps configuration JSON by running:

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

    a. RPC: "https://<your-ip-or-domain>:<port>" (default port 26657)

    b. REST: "https://<your-ip-or-domain>:<port>" (default port 1317)

    c. EVM RPC *(ONLY IF EVM): "https://<your-ip-or-domain>:<port>" (default port 1317)

    d. Logo path: "/logos/<RollApp-ID>-logo.svg"

  9. Add and commit your changes:

git add .
git commit -m "added RollApp"
git push -u origin main
  1. 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.

  2. Pair the RollApp on the Discord channel: here by entering $pair <RollApp-ID> (replace <RollApp-ID> with your customized 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

itzhakbokris avatar yishay-dym avatar orjah avatar shaolin-flow avatar packetstracer avatar

Watchers

 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.