#3
This challenge will take you on a tour of nearup
, the command line utility for launching nodes that connect to one of our networks. You will have to read through the nearup
documentation and may even end up trying to launch a node yourself.
Good luck and have fun!
Estimates for Time to Complete
Expected Response Format
some command <with> <parameters>
1. Visit nearup README
nearup
is a Python utility that launches nodes with or without Docker
2. Read through the document to find out how to spawn a local network
nearup
can start nodes that are connected to LocalNet, BetaNet, TestNet or MainNet.
If you want to work on a project without broadcasting your transactions to a public network (where everyone can see what you're doing), you can work locally.
This makes sense for hackers and entrepreneurs working on projects they want to keep hidden while they make progress.
This also makes sense for developers who are building dApps with strict requirements for privacy. During development, bugs may leak this private information so it would be best to work on LocalNet until it's clear that no sensitive information is leaking (ie. by encrypting contract storage)
3. Format and submit your response
To submit your response to this challenge, compose your answer in the following format:
You can learn more about using nearup
here: