Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 838 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 838 Bytes

About

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.

Disclaimer :D

  • 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.

Project Structure

  • 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.

How to create a PR

  • 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.

Contracts