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

Conversation

asilenced
Copy link

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

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
Copy link
Author

Hello Bowen Wang. Thank you for your code review. I am very excited to contribute to the Near Progress.
I want more discussion about Near protocol with you.

Copy link
Author

@asilenced asilenced left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://near-nodes.io/validator/running-a-node-windows
Here, it still displays 'make neard' not 'make release'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant