zold-io / zold.github.io

Zold website and JavaScript assets
https://www.zold.io
16 stars 4 forks source link
crytpocurrency github-pages html javascript website zold

grunt License Hits-of-Code Availability at SixNines

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:

More pages may be added later.

How to Contribute

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!