Getting Started
For an introduction, head over here
What is this doc for?
It is a guide to understanding what happens inside including the api and how to use it, the design as the repository is developed.
As mentioned before, it is a self help guide into understanding, debugging, improving and using "EarthTokens".
Here is the essential directory structure of code-base that matters excluding everything else:
* crypto_lib: Contains all encryption tools
* helper: Contains operations that help this codebase run properly
* operations: Core Digital Currency Operations based on COLU SDK
* test: All tests using mocha/nodeunit
* et.js: Main "EarthToken" File. Exports all necessary modules to expose API