Here is the White Paper.
Join our Telegram group to discuss it all live.
The website is here: www.zold.io
Zold is a decentralized payment system, aka cryptocurrency, which maintains data on a number of anonymous "nodes." In order to make it possible to observe the entire network the collection of JavaScript pages was created. Everything you see in these pages is rendered in your browser, without any backend. Most important pages are these:
-
/health.html: the list of all nodes of Zold network with their detailed statistics, updated live.
-
/ledger.html: the list of transactions in any particular wallet, rendered live from a number of visible Zold nodes.
-
/map.html: the geo-positioned list of all visible Zold nodes.
-
/diff.html: the comparison of two copies of the same wallet from two different nodes, in order to spot the differences (mostly used for debugging).
More pages may be added later.
First, install Node.js+NPM and Grunt. Then:
$ npm install
$ grunt
The build has to be clean. If it's not, submit an issue.
Then, make your changes, make sure the build is still clean, and submit a pull request.
You can develop and debug locally. First, run grunt
. Then, open
the file from /build
directory, for example health.html
, in your browser.
Then, run grunt watch
and make changes to the sources. The HTML file in
the /build
directory will be re-compiled on-fly. Have fun!