Skip to content
  • Example:

    import drasylRPC
    
    node = drasylRPC.drasylNode()
    node.start()
    
    node.send("Hello World!", "0f08617feb845cae9d8adc1f5181beb83f16fa6ca71e0ffc7470292b4d4c7498")
    node.events()
    
    node.shutdown()
    node.stop()
    Edited by roebert
  • TCP JSONRPC node can be started, e.g., via docker:

    docker run -p 25421:25421 ghcr.io/drasyl-overlay/drasyl:latest node --rc-jsonrpc-tcp --rc-bind 0.0.0.0:25421 --verbose INFO
    Edited by roebert
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment