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: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dapp-org/dappsys-v2
- Owner: dapp-org
- License: agpl-3.0
- Created: 2021-06-22T14:30:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T08:54:38.000Z (almost 3 years ago)
- Last Synced: 2024-08-04T23:09:44.821Z (5 months ago)
- Language: Solidity
- Size: 1.29 MB
- Stars: 29
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-smart-contract-development - Dappsys V2
- awesome-dapptools - Dappsys V2
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
```