Coval strongly typed cryptocurrency framework
OUTDATED Coval.js requires a private submodule called Coval.py This repo is located: ./build/python
Instructions below describe the commands to clone the main repo along with the submodule(s) if you have access, as well as how to update the main repo + submodule(s)
git clone https://github.com/DecentricCorp/Coval.js.git --recurse-submodules
git pull --recurse-submodules
git submodule update --init --recursive
-Shannon