Skip to content

0xMacro/library

Repository files navigation

The 0xMacro Library

Here you will find Macro's growing collection of public resources.

Visit the library here.

Development Setup

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

Preview Images

Note that preview generation is non-deterministic, you may have to try a few times :(

npm run evm:gen-previews intro/about

Notes

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.

About

Library of all our public dev tools & resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages