Skip to content

Instantly share code, notes, and snippets.

@yuyasugano
Last active May 11, 2021 13:21
Show Gist options
  • Save yuyasugano/0feb4f9a2270f2475082d848d01a0220 to your computer and use it in GitHub Desktop.
Save yuyasugano/0feb4f9a2270f2475082d848d01a0220 to your computer and use it in GitHub Desktop.
confirm bootstrap has been completed
curl -X POST --data '{
"jsonrpc":"2.0",
"id" :1,
"method" :"info.isBootstrapped",
"params": {
"chain":"P"
}
}' -H 'content-type:application/json;' 127.0.0.1:9650/ext/info
{"jsonrpc":"2.0","result":{"isBootstrapped":true},"id":1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment