diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7bdf4b0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +__pycache__ + +.venv +venv/ +.vscode/ + +build/ +dist/ + +*.egg-info/ + +.idea/ diff --git a/applications/venomics.md b/applications/venomics.md new file mode 100644 index 0000000..8db5ec3 --- /dev/null +++ b/applications/venomics.md @@ -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. \ No newline at end of file