From ce807a0b7266a4840679a898a321c4f37e115371 Mon Sep 17 00:00:00 2001 From: Ayush Tibrewal <96817905+Ayush-Tibrewal@users.noreply.github.com> Date: Sun, 1 Oct 2023 17:21:39 +0530 Subject: [PATCH 1/5] Update README.md done changes 1 --- README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/README.md b/README.md index 49c9086..06483e7 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,25 @@ Devty This tool is inspired from DevUtils

+
+
+ + + +
+ + + +
+ + + +
+ Devty Homepage Screenshot + + ## How does it works? Devty doesn't have any backend, it uses browser APIs and libraries to provide tools. For example the [`Hash Generator`](https://devty.vercel.app/hash_generator) tool uses [`Google's CryptoJS Library`](https://www.npmjs.com/package/crypto-js) to generate different hash of a given string directly in your browser @@ -22,3 +39,34 @@ Please read the [`Adding Custom Modules`](docs/ADDING_CUSTOM_MODULE.md) section ## Attribution This project uses [`DevUtils`](https://devutils.com) as inspiration. + +## 🤝 Contributing + +Contributions to EthUnwrapped are welcome! If you would like to contribute, please follow these steps: + +1. Fork the repository. +2. Create a new branch: + ```bash + git checkout -b feature/your-feature + ``` +3. Make your changes and commit them: + ```bash + git commit -m 'Add your changes' + ``` +4. Push the branch: + ```bash + git push origin feature/your-feature + ``` +5. Open a pull request. + + + +## Community + +
+ + + +
+ + From 80ba38c41e6c42a93fd91dd833849b03a11dfe98 Mon Sep 17 00:00:00 2001 From: Ayush Tibrewal <96817905+Ayush-Tibrewal@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:19:21 +0530 Subject: [PATCH 2/5] Update README.md --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 06483e7..89df7e5 100644 --- a/README.md +++ b/README.md @@ -32,17 +32,19 @@ Devty doesn't have any backend, it uses browser APIs and libraries to provide to **Devty doesn't have any backend and is a frontend specific app. No data is ever sent to the backend** -## How can I add my custom module? +## Documentation -Please read the [`Adding Custom Modules`](docs/ADDING_CUSTOM_MODULE.md) section in `docs` +If you're interested in contributing or adding a custom module to Devty, you can find detailed documentation in the "docs" folder of this repository. The documentation provides guidelines on how to get started, how to create custom modules, and how to contribute to the project. + +Feel free to explore the documentation and get involved in making Devty even better! + +You can also refer to the "docs" folder directly [here](/docs). -## Attribution -This project uses [`DevUtils`](https://devutils.com) as inspiration. ## 🤝 Contributing -Contributions to EthUnwrapped are welcome! If you would like to contribute, please follow these steps: +Contributions to Devty are welcome! If you would like to contribute, please follow these steps: 1. Fork the repository. 2. Create a new branch: @@ -69,4 +71,7 @@ Contributions to EthUnwrapped are welcome! If you would like to contribute, plea +## Attribution +This project uses [`DevUtils`](https://devutils.com) as inspiration. + From a2765c2caf89eab2702abbcd3f4da776b1283fa4 Mon Sep 17 00:00:00 2001 From: Ayush Tibrewal <96817905+Ayush-Tibrewal@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:22:38 +0530 Subject: [PATCH 3/5] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 89df7e5..54b452a 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,9 @@ Devty doesn't have any backend, it uses browser APIs and libraries to provide to **Devty doesn't have any backend and is a frontend specific app. No data is ever sent to the backend** -## Documentation +### How can I add my custom module? -If you're interested in contributing or adding a custom module to Devty, you can find detailed documentation in the "docs" folder of this repository. The documentation provides guidelines on how to get started, how to create custom modules, and how to contribute to the project. - -Feel free to explore the documentation and get involved in making Devty even better! - -You can also refer to the "docs" folder directly [here](/docs). +Please read the [`Adding Custom Modules`](docs/ADDING_CUSTOM_MODULE.md) section in `docs` From 933f6c0aecb1f0f859b86526ee37de0bd1f1394c Mon Sep 17 00:00:00 2001 From: Ayush Tibrewal <96817905+Ayush-Tibrewal@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:44:14 +0530 Subject: [PATCH 4/5] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54b452a..6a09bba 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Please read the [`Adding Custom Modules`](docs/ADDING_CUSTOM_MODULE.md) section -## 🤝 Contributing +##🤝 Contributing Contributions to Devty are welcome! If you would like to contribute, please follow these steps: @@ -58,6 +58,10 @@ Contributions to Devty are welcome! If you would like to contribute, please foll 5. Open a pull request. +### How can I add my custom module? + +Please read the [`Adding Custom Modules`](docs/ADDING_CUSTOM_MODULE.md) section in `docs` + ## Community From 71cc18d1267c669c8088f95b61ceda164d3729a6 Mon Sep 17 00:00:00 2001 From: Ayush Tibrewal <96817905+Ayush-Tibrewal@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:39:08 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a09bba..848ed76 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Please read the [`Adding Custom Modules`](docs/ADDING_CUSTOM_MODULE.md) section -##🤝 Contributing +## 🤝 Contributing Contributions to Devty are welcome! If you would like to contribute, please follow these steps: