Skip to content

Venomics - data tool #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
__pycache__

.venv
venv/
.vscode/

build/
dist/

*.egg-info/

.idea/
14 changes: 14 additions & 0 deletions applications/venomics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Application for Venom Foundation Developer Program

## Contact Information

- Github Profile Link: https://github.com/Venomics

## Project Information
- Project Name: Venomics
- Project Short Description: Platform that offers a VENOM blockchain engine for tracking crypto activities. It allows users to customize alerts for on and off-chain activities.
- Project Github Repository Link: https://github.com/Venomics

## Project Status
- v1 Production version has been released and deployed on https://venomics.xyz/ (sign-up via GitHub)
- Adding data sources, adding various tables with on-chain activity is underway.