blockchaintendermint

Is there any way to get data from blockchain of tendermint API


Is there any way to get data from blockchain of tendermint API? tendermint


Solution

  • Of course. What data are you looking for? If you run the node with default settings and go to localhost:46657/ you see a list of end points.

    If you want a block, try localhost:46657/block?height=42