Closed mitchellchou closed 2 years ago
I tried to kick off a local dev and have following road block:
likecoin-public-testnet-5
, it come as surprise as default.I try to redo the setup using likecoin-public-testnet-5
for bdjuno and it keep complaining with ERROR: failed to start client: websocket: bad handshake
@hochiw what you think we should do to fix it before asking people to use it.
bad handshake seems like wrong rpc/grpc endpoint to me, but regardless if the db already has information from another chain it has to be wiped first before getting data from other chain in. I can see if we can add such feature to the bdjuno makefile.
As for the environment alignment do we scrap the default values and let users key in their chain config before they could use the app? or do we use mainnet?
Current testnet bdjuno config
rpc:
client_name: juno
address: http://likecoin-public-testnet-5.oursky.dev:26657
max_connections: 20
grpc:
address: likecoin-public-testnet-5.oursky.dev:9090
insecure: true
@rickmak sorry got distracted, did we say we want to let the user key in everything themselves instead of giving a default?
So the current actionable is
Review and improve README
This is not actionable. Let's be more specific.
My comment lead to Align default values
or requires to specific target chain.
Improve UI theming I think we should already have UI theming? Just some document should be okay.
This is not actionable. Let's be more specific.
My comment lead to Align default values or requires to specific target chain.
For stability I think we should target mainnet, so the GENESIS_URL will point to the json file in mainnet repo by default.
I shall add a section in the root README regarding this information as well as other necessary configuration for the services to raise attention to customization of the app, targeting the config.js
file for react-app
, config.yaml
for bdjuno and .env
for the gql server.
I think we should already have UI theming? Just some document should be okay.
i think we mistakenly followed the color names from the design so now that color names we are using have a likecoin
prefix.
Thanks, I can see there is 3 actionable to work on.
To enable other chain to deploy doa for their use, we will need following info in more explicitly manner to make other life easier