tendermint / spn

A blockchain to launch blockchains.
Other
112 stars 41 forks source link

Blockchain API not exposed #924

Closed lumtis closed 2 years ago

lumtis commented 2 years ago

Seems the blockchain API (port 1337 by default) is not exposed

ignite c serve -r --skip-proto
Cosmos SDK's version is: stargate - v0.46.0

🔄 Resetting the app state...
📦 Installing dependencies...
🛠️  Building the blockchain...
💿 Initializing the app...
...
🌍 Tendermint node: http://0.0.0.0:26657
🌍 Blockchain API: http://0.0.0.0:1317
🌍 Token faucet: http://0.0.0.0:4500
curl  http://0.0.0.0:1317/
{
  "code": 12,
  "message": "Not Implemented",
  "details": [
  ]
}%
lumtis commented 2 years ago

We just removed openapi