
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@xyo-network/api-xyo-nodejs
Advanced tools
The main API for accessing XYO network information using GraphQL.
Install Node 10.x or later from: NodeJs
sudo npm install @xyo-network/api-xyo-nodejs -g --unsafe-perm=true
xyo-api start
Install Node 10.x or later from: NodeJs
npm install https://github.com/XYOracleNetwork/api-xyo-nodejs
npm run build
npm run start
Install the Xyo Api in a Docker and start the server at the end.
Note: There currently are quite a few build errors/warnings generted from dependencies that can safely be ignored, but should addressed in the future.
docker image build -t xyonetwork-api-xyo-nodejs-install:latest https://raw.githubusercontent.com/XYOracleNetwork/api-xyo-nodejs/master/docker/install/Dockerfile
docker run -p 12001:12001 xyonetwork-api-xyo-nodejs-install:latest
xyo-api <cmd> [opt]
<cmd>: commands
[opt]: options
start Start the Api Server
-g, --graphql [n] The http port to listen on for graphql connections
(default = 12001)
-d, --diviner [s] The url of the seed diviner to contact
(default = http://diviners.xyo.network:12002)
xyo-api start -g 9090 -d http://localhost:9099
Only for internal XY Company use at this time
Made with ❤️ by XYO
FAQs
Main XYO API Interface
The npm package @xyo-network/api-xyo-nodejs receives a total of 4 weekly downloads. As such, @xyo-network/api-xyo-nodejs popularity was classified as not popular.
We found that @xyo-network/api-xyo-nodejs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.