Recreating trading and staking feed for Aleph Zero Project using Rust as the programming language.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Using debian 12 in the example below. You must install the following:
- install pkg-config and libssl-dev
sudo apt install -y pkg-config libssl-dev
- install docker and docker-compose
- install rust and nightly toolchain
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup toolchain install nightly
- [✅] CI deploy to dockerized server container
- [✅] database structure
- [✅] exchange parser
- subscan parser
- azero.dev parser
- telegram bot
- group buys completed at the same time (made by a single market buy/sell)
- label wallets (foundation, validator, known whales, etc)
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Support the project by staking in Azero Is Life validator: 5DEu6VG3WkJ1rdPadU4SffSse4sodA5PUE4apnw74c451Lak
- Twitter: @0xFar5eer
- Email: [email protected]
- Telegram: Far5eer
- Discord: 0xFar5eer#6504
Project Link: https://github.com/0xFar5eer/AzeroTradeFeed