-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add readme.md files with project information and instructions
- Loading branch information
Showing
2 changed files
with
63 additions
and
1 deletion.
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,49 @@ | ||
# Lenscan | ||
|
||
This project is aimed at offering an intuitive mechanism to explore the Lens Protocol. It consists of two main components: `bq-syncer` and `dashboard`. | ||
|
||
## Components | ||
|
||
- `bq-syncer`: This directory contains tools for syncing Lens BigQuery data to local DuckDB or parquet files. | ||
- `dashboard`: This includes a web application designed to render and display the processed data in an interactive way. | ||
|
||
## Getting Started | ||
|
||
### Dependencies | ||
|
||
Ensure you install and satisfy all the dependencies in each directory (bq-syncer and dashboard) before attempting to run this project. Please refer to each directory's respective README for detailed instructions. | ||
|
||
## Installation | ||
|
||
```sh | ||
git clone https://github.com/daoleno/lenscan.git | ||
cd lenscan | ||
``` | ||
|
||
Then navigate to each directory and follow the instructions given in their respective README files. | ||
|
||
## Contribution | ||
|
||
We really appreciate the open-source community and their contributions. If you're keen to contribute, here are steps you can follow: | ||
|
||
1. Fork the repository. | ||
2. Make feasible changes to fix bugs or contribute with a new feature. | ||
3. Clean up your code and ensure the code style matches the style of the project. | ||
4. Generate a pull request. | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License. Please see the [LICENSE](https://choosealicense.com/licenses/mit/) for details. | ||
About README | ||
|
||
## Authors & Acknowledgment | ||
|
||
• [daoleno](https://github.com/daoleno) | ||
|
||
Feel free to add your name here if you have contributed to the project. | ||
|
||
## Support | ||
|
||
If you like what you see here, please leave a star on Github and share it within your network. We appreciate your support! | ||
|
||
You can join our [Telegram](https://t.me/+Zq8XF9cI6GhkMTNl) to get in touch with the team and community. |
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