Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Installation Instructions #76

Open
RichardHubb88 opened this issue Mar 30, 2019 · 1 comment
Open

Installation Instructions #76

RichardHubb88 opened this issue Mar 30, 2019 · 1 comment
Labels
question Further information is requested

Comments

@RichardHubb88
Copy link

Hello :-) Just having a look at this as looking into multi-chain and seeing whats around for ideas.

I've installed the server & client - followed the instructions I can find.

Managed to get to wizard/new but I get something went wrong when I try to type a blockchain name in

I have the server running - and npm start is going - I see a website repo but unsure if thats needed/should be installed?

I've chmod the multichain-cli etc so it has permissions just unsure what else I can do :-)

@abungay
Copy link
Contributor

abungay commented Mar 30, 2019

Hi @RichardHubb88,

Looks like your setup is nearly working! You are correct that you just need talos-org/server and talos-org/client, as talos-org/website is source code for the talos website which is under construction at talos.now.sh.

A few questions to help diagnose the problem:

  • When you type a new blockchain name you are clicking on another field after, then the field validation returns an error message saying "something went wrong"? If this is the case this is commonly caused by the client not being able to reach the talos server and the request timing out.
  • Which port is your talos server running on? Currently the talos client requires the server to be running on port 5000
  • Have you modified/created the .env file in your talos client directory? If you have created it did you modify it to use a custom REACT_APP_BASE_URL?
  • If you open up the url in your browser for the Swagger docs of the server e.g. http://localhost:5000/api/ and click the /configuration/check_blockchain_name GET endpoint, click Try it out, type the same blockchain name, then click Execute, what response do you get from the talos server?

@zaidoon1 zaidoon1 added the question Further information is requested label Apr 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants