A collection of smart-contract snippets based on random ideas. Any idea goes as long as it can be written in solidity. Create a PR not issue.
- This is a testing grund.
- Code here is highly experimental and definitely not made for production..
- I do not cling to this code, I did not write it, lots of copy pasta.
- Just for fun and ideas.
- All contracts are in the
contracts
folder - Each on them has their own
README.md
explaining what it's about. - Feel free to create a PR, not issue.
- Fork the repo.
- Follow the strucuture above to add your contract.
- Add your test file in the test folder.
- Make sure your test is working.
- Create PR.