Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T22:49:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T23:41:28.471Z (about 1 month 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.