Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@velocitycareerlabs/contracts-deployment

Package Overview
Dependencies
Maintainers
1
Versions
565
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.

latest
Source
npmnpm
Version
1.26.8
Version published
Maintainers
1
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 09 Jul 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