Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dapp-org/mooniswap-tests
Property based tests for the Mooniswap smart contracts
https://github.com/dapp-org/mooniswap-tests
Last synced: 3 months ago
JSON representation
Property based tests for the Mooniswap smart contracts
- Host: GitHub
- URL: https://github.com/dapp-org/mooniswap-tests
- Owner: dapp-org
- License: agpl-3.0
- Created: 2020-08-11T07:58:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-08-11T08:47:09.000Z (about 4 years ago)
- Last Synced: 2024-04-08T20:14:16.613Z (7 months ago)
- Language: Solidity
- Homepage:
- Size: 24.4 KB
- Stars: 8
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dapptools - Mooniswap Tests
README
# Mooniswap tests
This repository contains property based tests writen as part of the Mooniswap audit.
To run these tests first [install nix](https://nixos.org/guides/install-nix.html), and then execute the following:
```
git clone --recursive https://github.com:dapp-org/mooniswap-tests.git && cd mooniswap-tests
nix-shell --pure --command make
```The following test is expected to fail:
```
testReferalGainsOddity
```## Development
Run `./dapp.sh` instead of `dapp` to fix imports etc.