https://github.com/bunsdev/playground
https://github.com/bunsdev/playground
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bunsdev/playground
- Owner: BunsDev
- Created: 2021-09-03T06:53:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T06:53:34.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T09:29:27.346Z (over 1 year ago)
- Language: Solidity
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playground
Playground to test out different Smart Contract and dApp ideas.
## Commands
```sh
. ./.env.sh
nix-shell
dapp build
dapp debug [--rpc]
dapp test [-m ] [-v] [--rpc] [--replay ]
```
## Links
- [centrifuge/tinlake](https://github.com/centrifuge/tinlake) (see also the `shell.nix` file)
- [spells-mainnet](https://github.com/makerdao/spells-mainnet) (see also the `shell.nix` file)
- [makerdao/makerpkgs](https://github.com/makerdao/makerpkgs)
- [makerdao/dockerized-dapphub-tools](https://github.com/makerdao/dockerized-dapphub-tools)
- [docker-dapptools-base](https://github.com/centrifuge/docker-dapptools-base)
- [dapphub/dapptools](https://github.com/dapphub/dapptools)
- [dapp.tools](https://dapp.tools/)
- [Symbolic Execution With ds-test](https://fv.ethereum.org/2020/12/11/symbolic-execution-with-ds-test/)
- [hevm Cheat Codes](https://github.com/dapphub/dapptools/blob/master/src/hevm/README.md#cheat-codes)