snarkOS
snarkOS copied to clipboard
[Feature] Enable automated fetching of peer nodes from a bootstrap node and direct connection setup in snarkOS.
🚀 Feature
Motivation
Automate process of fetching peer nodes from a bootstrap server directly via a command line option (--peers). This feature is crucial for efficiently joining the network without manual intervention, enhancing user experience and network participation.
Implementation
Implement command in snarkOS that can fetch a list of peer nodes from a specified bootstrap node endpoint using HTTP (e.g., curl http://bootstrap-node-ip:port/peers/all),
Are you willing to open a pull request? (See CONTRIBUTING) Sure yes!