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.
@eosio-toppings/docker-eosio-nodeos
Advanced tools
A Docker container that runs a local instance of `nodeos` and writes data into MongoDB with mongodb-plugin
docker-eosio-nodeos
is responsible for creating a Docker container that runs a local instance of nodeos
, which will continuously create blocks and gives users an endpoint to deploy contracts and push actions to.
Navigating to this package root will give user access to the Dockerfile and build scripts, which are needed to get the Docker container set up and running. Executing ./build_eosio_docker.sh
will check if the Docker image has been built, and will build the image if necessary. Users should run that script during the initial setup phase.
Once the Docker image has been built, you can start the Docker container by running ./start_eosio_docker.sh
but be sure that you have a running MongoDB service available (at mongodb://localhost:27788
for example) before starting it.
You can stop the container directly by executing docker stop eosio_nodeos
. If you wish to reinitialize the container, you will need to delete and remake the data
folder, which contains the block log and other related information before removing the container and restarting it again. You can run all of this in one command with the following:
rm -rf data && mkdir data && docker rm -fv eosio_nodeos && ./start_eosio_docker.sh
FAQs
A Docker container that runs a local instance of `nodeos` and writes data into MongoDB with mongodb-plugin
We found that @eosio-toppings/docker-eosio-nodeos 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.
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.