-
Notifications
You must be signed in to change notification settings - Fork 408
support configurable settings #475
base: master
Are you sure you want to change the base?
Conversation
190539f
to
9d48650
Compare
9d48650
to
cf6e875
Compare
|
Hi @hackmod, thanks for the contribution. This is something we have to consider. How do you use Geth in Callisto network? Does the network aims to comprise Dapps as well (full mist browser) or wallet only? |
Callisto support their modified clients, both parity based and geth based client (go-callisto). |
So it's not just a matter of changing the network ID to account for Callisto network, it requires binary management. Did you fork and modified Mist as well? |
basically yes. but as you can see, it is almost trivial change, I think. |
2241506
to
28384ce
Compare
rebased onto master |
28384ce
to
9db23f3
Compare
updated / rebased
|
Alright, great. we're at capacity dealing with the next mist release (already in master branch, if you want to test). After that I'll come back to this PR and assess it. Thanks for the contribution :) |
Hello.. |
WARNING
[WIP] Please do not merge it
support configurable settings using
meteor --settings
like asmeteor --settings local.json
ormeteor-build-client blahblah -s settings.json
Done
Settings
like as it's ticker name etc.publicSettings
global variable like as theSettings
in the mist already does at themodules/settings.js
config.json
to setup some variables like as{"production":true,"mode":"mist"}
. it can be extended easily.ToDo
example
this is a sample case for the Callisto Network.
further more, multi configurations also possible.