/dappsys-v2

Primary LanguageSolidityGNU Affero General Public License v3.0AGPL-3.0

Dappsys V2

A simplified and modernized dappsys contract library.

WARNING: This is still very much a work in progress. Do not use these contracts in production!

Documentation is live at dapp.org/dappsys-v2.

Development

nix-shell
make build     # build contracts
make test      # test contracts
make doc-build # build docs
make doc-serve # serve docs and rebuild on changes