Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/dapp-org/dappsys-v2


https://github.com/dapp-org/dappsys-v2

Last synced: 2 months ago
JSON representation

Lists

README

        

# 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`](https://dapp.org.uk/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
```