Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update running-a-node-windows.md #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Jun 11, 2024

  1. Update running-a-node-windows.md

    make neard -> make release
    
    --------MakeFile in nearcore project--------
    docker-nearcore:
    	DOCKER_BUILDKIT=1 docker build -t nearcore -f Dockerfile .
    
    release:
    	cargo build -p neard --release
    	cargo build -p keypair-generator --release
    	cargo build -p genesis-csv-to-json --release
    	cargo build -p near-vm-runner-standalone --release
    	cargo build -p state-viewer --release
    	cargo build -p store-validator --release
    
    debug:
    	cargo build -p neard
    	cargo build -p keypair-generator
    	cargo build -p genesis-csv-to-json
    	cargo build -p near-vm-runner-standalone
    	cargo build -p state-viewer
    	cargo build -p store-validator
    --------------------------------------------------
    asilenced authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    fff2c86 View commit details
    Browse the repository at this point in the history