oxheadalpha / nft-tutorial

Tezos FA2 NFT CLI Tool And Tutorial
MIT License
92 stars 25 forks source link

`tznft bootstrap` does not work by default #13

Closed johnnyshankman closed 2 years ago

johnnyshankman commented 3 years ago

I get this error when trying to run tznft bootstrap with the default configuration, just used tznft set-network testnet

± |master ?:3 ✗| → tznft bootstrap
originating balance inspector contract...
inspector origination error {
  "message": "Http error response: (500) [{\"kind\":\"branch\",\"id\":\"proto.010-PtGRANAD.implicit.empty_implicit_contract\",\"implicit\":\"tz1f6LtT8nER9aYaaNb7PPJq7rkhwpcXexU6\"}]\n",
  "status": 500,
  "statusText": "Internal Server Error",
  "body": "[{\"kind\":\"branch\",\"id\":\"proto.010-PtGRANAD.implicit.empty_implicit_contract\",\"implicit\":\"tz1f6LtT8nER9aYaaNb7PPJq7rkhwpcXexU6\"}]\n",
  "url": "https://testnet-tezos.giganode.io/chains/main/blocks/head/helpers/scripts/run_operation",
  "name": "HttpResponse"
}
failed to start. {"message":"Http error response: (500) [{\"kind\":\"branch\",\"id\":\"proto.010-PtGRANAD.implicit.empty_implicit_contract\",\"implicit\":\"tz1f6LtT8nER9aYaaNb7PPJq7rkhwpcXexU6\"}]\n","status":500,"statusText":"Internal Server Error","body":"[{\"kind\":\"branch\",\"id\":\"proto.010-PtGRANAD.implicit.empty_implicit_contract\",\"implicit\":\"tz1f6LtT8nER9aYaaNb7PPJq7rkhwpcXexU6\"}]\n","url":"https://testnet-tezos.giganode.io/chains/main/blocks/head/helpers/scripts/run_operation","name":"HttpResponse"}
unknown error:
HttpResponseError {
  message: 'Http error response: (500) [{"kind":"branch","id":"proto.010-PtGRANAD.implicit.empty_implicit_contract","implicit":"tz1f6LtT8nER9aYaaNb7PPJq7rkhwpcXexU6"}]\n',
  status: 500,
  statusText: 'Internal Server Error',
  body: '[{"kind":"branch","id":"proto.010-PtGRANAD.implicit.empty_implicit_contract","implicit":"tz1f6LtT8nER9aYaaNb7PPJq7rkhwpcXexU6"}]\n',
  url: 'https://testnet-tezos.giganode.io/chains/main/blocks/head/helpers/scripts/run_operation',
  name: 'HttpResponse'
}
johnnyshankman commented 3 years ago

https://github.com/tqtezos/nft-tutorial/issues/11

emishur commented 2 years ago

tznft does not originate inspector contract anymore