
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.
@aggregion/dmp-contracts
Advanced tools
Prerequisites
cleos
and keosd
accessible in path (https://github.com/EOSIO/eos/tree/release/2.0.x).Environment variables
# Example
export EOSIO_CDT_ROOT=/opt/eosio.cdt/
export EOS_CONTRACTS_ROOT=/home/user/eosio.contracts/
export NODE_URL=http://testnet:8888
Building
$ cd build
$ cmake ..
$ make
Deploy smart contract to blockchain
$ cleos unlock wallet
$ make deploy
Prerequisites
nodejs
(https://nodejs.org/) in system path.nodeos
in system path.eosio
(root) account.Write config file and put it in test
directory. Config file content example:
{
"node": {
"endpoint": "127.0.0.1:8888",
"workdir": "/tmp/aggregion_tests_blockchain_data"
},
"debug" : false,
"blockchain": {
"eosio_root_key": {
"public": "<eosio public key>",
"private": "<eosio private key>"
}
},
"contracts" : {
"aggregion": {
"account" : "aggregion",
"wasm": "/home/user/aggregion-dmp-contracts/build/aggregion/Aggregion.wasm",
"abi": "/home/user/aggregion-dmp-contracts/build/aggregion/Aggregion.abi"
}
"dmpusers": {
"account" : "dmpusers",
"wasm": "/home/user/aggregion-dmp-contracts/build/dmpusers/Dmpusers.wasm",
"abi": "/home/user/aggregion-dmp-contracts/build/dmpusers/Dmpusers.abi"
}
}
}
$ npm install
$ npm test
For any questions: info@aggregion.com
FAQs
# CODE
The npm package @aggregion/dmp-contracts receives a total of 63 weekly downloads. As such, @aggregion/dmp-contracts popularity was classified as not popular.
We found that @aggregion/dmp-contracts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.
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.