Coder Social home page Coder Social logo

Comments (1)

mario4tier avatar mario4tier commented on August 15, 2024

Feature is work-in-progress, but already by default the Rust sui-base helper provides URL that are same as the default Mysten client.yaml.

There are two files.
One is the user configuration (sui-base.yaml) and the other is .state/links which is controlled by sui-base (for now the scripts, later a background "link health monitoring" process).

Example of user configuration sui-base.yaml

links:
  - alias: "sui.io"
    rpc: "https://fullnode.testnet.sui.io:443"
    ws: "wss://fullnode.testnet.sui.io:443"
  - alias: "vincagame.com"
    rpc: "https://fullnode.testnet.vincagame.com:443"
    ws: "wss://fullnode.testnet.vincagame.com:443"

Example of .state/links

{
"selection": { "primary": 0, "secondary": 1, "n_links": 2 },
"links": [
    {
      "id": 0,
      "alias": "sui.io",
      "rpc": "https://fullnode.devnet.sui.io:443",
      "ws": "wss://fullnode.devnet.sui.io:443"
    },
    {
      "id": 1,
      "alias": "vincagame.com",
      "rpc": "https://fullnode.devnet.vincagame.com:443",
      "ws": "wss://fullnode.devnet.vincagame.com:443"
    }
  ]
}

from suibase.

Related Issues (20)

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.