Here you will find Macro's growing collection of public resources.
After cloning this project:
git submodule init
git submodule update
npm install
npm run init
## Then run ONE of the following:
npm run dev
npm run dev-evm
This is a Lancer project. Read more at lancer.studio
Note that preview generation is non-deterministic, you may have to try a few times :(
npm run evm:gen-previews intro/about
PUT EVERYTHING UNDER THE client/library/library/
FOLDER. This is necessary due to our url routing setup.
solc-wrapper.js
was generated via:
$ browserify node_modules/solc/wrapper.js -o solc-wrapper.js -s SolcWrapper
We're storing assets in git history for convenience. If repo history becomes too large, use BFG to clean it.