Skip to content

python sdk tutorial: wrong rpc client addresses #22

@matthiaszimmermann

Description

@matthiaszimmermann

the python sdk tutorial [1] provides non-working rpc urls

    "kaolin": {
        "rpc": "https://rpc.kaolin.holesky.golem-base.io",
        "ws": "wss://ws.rpc.kaolin.holesky.golem-base.io",
    },

working urls are provided in the typescript tutorial [2]

const client: GolemBaseClient = await createClient(
    600606, // The id of  the node.
    key,
    'https://kaolin.holesky.golem-base.io/rpc', // The http address
    'wss://kaolin.holesky.golem-base.io/rpc/ws'  // The web socket address
)

[1] https://docs.golem-base.io/getting-started/python-sdk/
[2] https://docs.golem-base.io/getting-started/typescript-sdk/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions