New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@velocitycareerlabs/contracts-deployment

Package Overview
Dependencies
Maintainers
0
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@velocitycareerlabs/contracts-deployment

A tool for deploying our contracts locally.

  • 1.23.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Usage

  • Start a container instance of blockchain-dev docker run --name blockchain -p 8545:8545 -d ghcr.io/velocitynetworkfoundation/blockchain-dev
  • Run the deploy script from the root of the repo and save the addresses printed at the end yarn nx run @velocitycareerlabs/contracts-deployment:deploy
  • Stop the container docker stop blockchain
  • Copy the data from the container to the ./eng/docker/blockchain-dev/data/ directory docker cp blockchain:/opt/besu/data/. ./eng/docker/blockchain-dev/data
  • Remove the stopped container docker rm blockchain
  • Update the ./eng/docker/blockchain-dev/README.md file with the new addresses and any environment or docker compose files that need those addresses.

FAQs

Package last updated on 16 Feb 2025

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc