
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@idovgopoly/everest-contracts
Advanced tools
Consumer contract & chainlink job & external adapter for KYC data.
externalJobId: "14f84981-6fac-426a-bda2-992cbf47d2cd", // gen by the chainlink node
oracleAddr: "0xB9756312523826A566e222a34793E414A81c88E1", // Operator.sol
payment: "100000000000000000", // job/job.toml/minContractPaymentLinkJuels
linktoken: "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39" // LinkTokenInterface.sol
In this example we will use metamask & remix.
constructor(
address _link, // "linktoken"
address _oracle, // "oracleAddr"
string memory _jobId, // "externalJobId"
uint256 _oraclePayment, // "payment"
string memory _signUpURL // desired signUp URL
)
LinkTokenInterface.approve(
address spender, // everest consumer contract
uint256 value // more than "payment"
)
EverestConsumer.requestStatus(
address _revealee // desired address
)
EverestConsumer.getLatestSentRequestId()
EverestConsumer.getRequest(bytes32 _requestId)
EverestConsumer.getLatestFulfilledRequest(address _revealee)
EverestConsumer.cancelRequest(bytes32 _requestId)
Operator.withdraw(address recipient, uint256 amount)
FAQs
An external adapter and a chainlink node
We found that @idovgopoly/everest-contracts 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.