-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit added a more comprehensive introduction, prerequisites, getting started guide, run instructions, contribution and contact details have been added to the main README. Additionally, an MIT license file has been included and some adjustments to the local setup script have been implemented for a smoother launch.
- Loading branch information
Showing
5 changed files
with
99 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2024 Airchains | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,43 @@ | ||
# EVM station | ||
# EVM station | ||
|
||
## Introduction | ||
|
||
The EVM-based Cosmos Chain is a cutting-edge platform for building decentralized applications (DApps) and smart contracts. Leveraging the scalability of Cosmos and the flexibility of the Ethereum Virtual Machine, our platform offers a unique environment for blockchain developers. | ||
|
||
|
||
## Prerequisites | ||
The project requires: | ||
|
||
- [Go](https://golang.org/dl/) (Version 1.22 or later) | ||
- [jq](https://stedolan.github.io/jq/download/): A lightweight and flexible command-line JSON processor. | ||
|
||
|
||
## Getting Started | ||
|
||
- To begin using this project, firstly clone this repository to your local machine. | ||
```shell | ||
git clone https://github.com/airchains-network/evm-station | ||
cd evm-station; | ||
go mod tidy; | ||
``` | ||
|
||
|
||
|
||
## Running the project | ||
|
||
- To run the project, execute the following command: | ||
```shell | ||
/bin/bash ./scripts/local-setup.sh | ||
``` | ||
|
||
|
||
|
||
## Contributing | ||
Contributions are greatly appreciated. You can make contributions by creating issues, fixing bugs, or suggesting new features. Feel free to fork this repository and create pull requests to affect changes. | ||
|
||
|
||
## License | ||
This project is licensed under the MIT license - see the [LICENSE](LICENSE) file for more information. | ||
|
||
## Contact | ||
For any inquiries or constructive feedback, please contact this email [email protected] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters