web3labs / erc20-rest-service

ERC-20 token standard RESTful service using Spring Boot and web3j
https://blk.io
182 stars 103 forks source link

Services Not Working #4

Open mahiruddinseikh opened 6 years ago

mahiruddinseikh commented 6 years ago

While executing the 'deploy' api the below response is coming. How do I test the service?

Response Body
{
  "timestamp": 1523096102176,
  "status": 500,
  "error": "Internal Server Error",
  "exception": "java.lang.RuntimeException",
  "message": "java.net.ConnectException: Failed to connect to localhost/0:0:0:0:0:0:0:1:22000",
  "path": "/deploy"
}
lishuo5263 commented 6 years ago

you should use you Ethereum private network,and replace the "application.yml" nodeEndpoint args change your URL