https://github.com/dalechyn/monodraw-contract-snippets
π
Community-managed library of Monodraw snippets that are used in smart contracts.
https://github.com/dalechyn/monodraw-contract-snippets
Last synced: 3 months ago
JSON representation
π Community-managed library of Monodraw snippets that are used in smart contracts.
- Host: GitHub
- URL: https://github.com/dalechyn/monodraw-contract-snippets
- Owner: dalechyn
- License: gpl-3.0
- Created: 2023-02-02T21:12:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T22:49:18.000Z (over 2 years ago)
- Last Synced: 2025-02-09T02:41:48.964Z (5 months ago)
- Language: Shell
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monodraw-contract-snippets
π Community-managed library of Monodraw snippets that are used in smart contracts.> **Note**
Monodraw does not have all the needed shape customization features so some of the snippets are hard-coded to a reasonable size. Some headers as `Solady`, will have hardcoded borders. It's still easy to customize the snippets and save them locally for further usage though.## π₯ Installation
1. Get Monodraw - https://monodraw.helftone.com/
2. `curl -L https://raw.githubusercontent.com/h0tw4t3r/monodraw-contract-snippets/main/install.sh | bash`## π·π»ββοΈ Usage
1. Follow the steps and Drag&Drop the snippet you want to use![]()
2. Make your changes![]()
3. Click on the export button![]()
4. Choose your comment style, padding and click "Copy".![]()
5. Paste to your code.## π€ Motivation
There are many cool Solidity libraries code of which is enhanced by splitting the smart contracts by logical sections.Such sections usually start with a specific header and I believe that there is a competition to some degree who makes the most beatufiul one.
However using this app may give more benefits to Solidity programmers rather then just a section library.
Tables, diagrams, payload snippets will also be available to use.