From 063f83c42d37a136c68f281d6bb5da6fc8a84dec Mon Sep 17 00:00:00 2001 From: _TaoDev_ Date: Sat, 2 Dec 2023 21:36:04 +0100 Subject: [PATCH] Added LICENSE --- LICENSE | 21 +++++++++++++++++++++ README.md | 5 +++++ 2 files changed, 26 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8335621 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Alexey Potapov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 0e34665..24ccecf 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ At this moment, **the tool only supports Ethereum** but you can easily add other Contact my for any inquiry
[![Discord](https://img.shields.io/badge/Discord-%237289DA.svg?logo=discord&logoColor=white)](https://discord.gg/_taodev_) [![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?logo=Twitter&logoColor=white)](https://twitter.com/_TaoDev_) +
Feel free to suggest new ideas to enhance and optimize the tool. ## How it works 🔬 Each EVM-compatible blockchain bot will **scan each new block** to find wallets **matching those in the `wallets.txt`** file. @@ -62,6 +63,10 @@ To run the tool, you will **need to have at least Python 3.6 installed on your s

+## License +This project is licensed under the MIT license. Feel free to edit and distribute this template as you like. +See [LICENSE](LICENSE) for more information. + ## Disclaimer ⚠️ **This tool is provided for educational purposes only and should not be used as financial advice.**