From 712bed5023c21d037440f0b7d42ffdf519b83eb8 Mon Sep 17 00:00:00 2001 From: Abdul Arif <55670928+abdularif0705@users.noreply.github.com> Date: Sat, 9 Mar 2024 21:01:54 -0500 Subject: [PATCH] got rid of necessary files --- CODING_STYLE.md | 4 ---- CONTRIBUTING.md | 32 -------------------------------- LICENSE.md | 9 --------- 3 files changed, 45 deletions(-) delete mode 100644 CODING_STYLE.md delete mode 100644 CONTRIBUTING.md delete mode 100644 LICENSE.md diff --git a/CODING_STYLE.md b/CODING_STYLE.md deleted file mode 100644 index 7946580..0000000 --- a/CODING_STYLE.md +++ /dev/null @@ -1,4 +0,0 @@ -# Coding Style - -- Most importantly, match the existing code style as much as possible. -- Follow the ESlint rules for code-styling and Prettier rules for formatting diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 2e24c1e..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,32 +0,0 @@ -# Contributing to `ethereum-boilerplate` - -## Setting up the project for debugging and contributing - -### Setting up you local machine: - -- [Fork](https://github.com/ethereum-boilerplate/ethereum-boilerplate) this project and clone the fork on your local machine: - -```sh -git clone https://github.com/ethereum-boilerplate/ethereum-boilerplate.git -cd ethereum-boilerplate # go into the clone directory -npm install # install all the node dependencies -``` - -Make sure to have a ESlint and Prettier plugin installed to check for code-smells and auto-formatting. - -### Pull Requests - -1. Fork the repo and create your branch from `main`. -2. Make sure your code lints and is correctly formatted. - -### Known Issues - -We use GitHub issues to track public bugs. We will keep a close eye on this and try to make it clear when we have an internal fix in progress. Before filing a new issue, try to make sure your problem doesn't already exist. - -### Coding Style - -Please follow the [Coding Style](https://github.com/ethereum-boilerplate/ethereum-boilerplate/blob/main/CODING_STYLE.md). - -## License - -By contributing to the ethereum-boilerplate, you agree that your contributions will be licensed under its license. diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index e57d4e6..0000000 --- a/LICENSE.md +++ /dev/null @@ -1,9 +0,0 @@ -MIT License - -Copyright (c) 2022 Moralis Web3 Technology AB, 559307-5988 - -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.