Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
github.com/Hnamnguyen0112/cryptocurrency-forecasting-project
This repository is a monorepo for collecting real-time cryptocurrency data from various exchanges. It includes a collector service built using Go, which listens to WebSocket streams from Coinbase and Binance to gather ticker and candlestick data and store it in a PostgreSQL database.
The project is structured as follows:
collector
├── cmd
│ └── binance_worker
│ └── coinbase_worker
├── config
├── deployments
├── internal
│ └── binance_worker
│ └── coinbase_worker
├── pkg
│ └── database
│ └── entities
│ └── websocket
docker-compose -f collector/deployments/docker-compose.yml up -d --build
bazel run //:gazelle
bazel run //:gazelle-update-repos
bazel build //...
Note:
go_repository(
name = "com_github_confluentinc_confluent_kafka_go_v2",
importpath = "github.com/confluentinc/confluent-kafka-go/v2",
patches = ["//bazel:kafka.patch"],
sum = "h1:icCHutJouWlQREayFwCc7lxDAhws08td+W3/gdqgZts=",
version = "v2.3.0",
)
bazel run //collector/cmd/coinbase_worker
bazel run //collector/cmd/binance_worker
git checkout -b feature/branch-name
)git commit -am 'Add new feature'
)git push origin feature/branch-name
)This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.