
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
staking-tmp
Advanced tools
This repository contains several programs that compose the $PYTH staking smart contract stack. The programs are:
Additionally, the repo contains two small programs:
Before you begin, ensure you have met the following requirements:
You can create a verifiable build of the project by running the following command:
./scripts/build_verifiable_staking_program.sh
If you want to create a verifiable build for testing, use the -t option:
./scripts/build_verifiable_staking_program.sh -t
The result of the build will be target folder.
To clone the governance and chat programs from the Devnet environment, execute the following command:
npm run dump_governance
To run the tests locally use the following command:
npm run test -- tests/*.ts
It's useful sometimes to keep the validator running after the tests are done. To do that, you can use the DETACH environment variable:
DETACH=1 npm run test -- tests/staking.ts
To run the tests with verifiable builds:
npm run test:ci
FAQs
Chroma Staking SDK
We found that staking-tmp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.