
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
edge-info-server
Advanced tools
Install Yarn
https://linuxize.com/post/how-to-install-yarn-on-ubuntu-18-04/
Install Node
curl -sL https://deb.nodesource.com/setup_10.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
Run Yarn
yarn
Install and run CouchDB v3.1 (use apt install process for Ubuntu 18.04)
https://docs.couchdb.org/en/3.1.0/install/index.html
node lib/indexInfo.js
node lib/infoEngines.js
Install pm2 globally
sudo npm install pm2 -g
Install pm2 log rotation (note: the command is pm2 instead of npm)
sudo pm2 install pm2-logrotate
Run as standard user
pm2 start pm2.json
Control pm2
pm2 stop infoServer
pm2 restart infoServer
pm2 delete infoServer
pm2 stop infoEngine
pm2 restart infoEngine
pm2 delete infoEngine
Launch pm2 on restart
pm2 startup
pm2 save
pm2 monit
pm2 logs <infoServer|infoEngine|'all'>
Please see our Caddy setup documentation for details.
FAQs
Info Server for Edge Wallet and SDK
The npm package edge-info-server receives a total of 47 weekly downloads. As such, edge-info-server popularity was classified as not popular.
We found that edge-info-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.