When I tried to register for an account, an error occured


Could you please help me?

Hi, currently the api.sandbox.etherisc.com is not live. You can run your own local instance of GIF following this tutorial: https://docs.google.com/document/d/12cOetel3GzYkydp7fBCng9Z1JgtrCSTpRPDtSA10ezo/edit?usp=sharing
Be sure that you set the environment variables right:

export GIF_API_HOST="http://localhost"
export GIF_API_PORT="4001"
export GIF_AMQP_HOST="localhost"
export GIF_AMQP_PORT="5672"
1 Like