|
| 1 | +--- |
| 2 | +sidebar_position: 2 |
| 3 | +title: Join devnet |
| 4 | +description: |
| 5 | + Join the Mina Protocol devnet program and start testing the Rust node |
| 6 | + implementation |
| 7 | +slug: /node-operators/join-devnet |
| 8 | +--- |
| 9 | + |
| 10 | +# Join devnet |
| 11 | + |
| 12 | +The Mina Protocol devnet is an existing testing network where OCaml nodes are |
| 13 | +currently running. Community members can join this network with the Rust node |
| 14 | +implementation to test interoperability and contribute to improving the Rust |
| 15 | +node implementation. By joining devnet, you'll gain experience with the Mina |
| 16 | +Rust node while helping validate the Rust implementation. |
| 17 | + |
| 18 | +## Getting started |
| 19 | + |
| 20 | +Follow these steps to join the devnet program: |
| 21 | + |
| 22 | +### 1. Join the Discord |
| 23 | + |
| 24 | +Connect with the Mina community and devnet participants: |
| 25 | + |
| 26 | +- **Channel**: #devnet |
| 27 | +- **Invite link**: https://discord.gg/minaprotocol |
| 28 | + |
| 29 | +We recommend introducing yourself in the channel and joining the testing |
| 30 | +channels: |
| 31 | + |
| 32 | +- #rust-node-testing |
| 33 | +- #rust-node-questions-and-feedback |
| 34 | + |
| 35 | +### 2. Obtain devnet test tokens |
| 36 | + |
| 37 | +Get test tokens to start participating in the network: |
| 38 | + |
| 39 | +- **Faucet**: https://faucet.minaprotocol.com/ |
| 40 | + |
| 41 | +The faucet provides tokens for general testing purposes. |
| 42 | + |
| 43 | +### 3. Set up your node |
| 44 | + |
| 45 | +Install and configure your Mina Rust node: |
| 46 | + |
| 47 | +- Follow the [Getting Started guide](getting-started) to install your node |
| 48 | +- Refer to [Node Operations](block-producer) for configuration options |
| 49 | +- Visit the official documentation: https://docs.minaprotocol.com/ |
| 50 | + |
| 51 | +### 4. Block producer testing (optional) |
| 52 | + |
| 53 | +If you want to test block production and need a larger amount of devnet test |
| 54 | +tokens: |
| 55 | + |
| 56 | +Contact the devnet coordinators on Discord: |
| 57 | + |
| 58 | +- **CrisF**: Discord ID `412482228359266328` |
| 59 | +- **JohnR**: Discord ID `686750097660444716` |
| 60 | + |
| 61 | +They can provide additional tokens and guidance for block producer testing. |
| 62 | + |
| 63 | +## Next steps |
| 64 | + |
| 65 | +Once you've joined the devnet: |
| 66 | + |
| 67 | +1. Set up your node following the [Block Producer guide](block-producer) |
| 68 | +2. Set up the [node dashboard](../developers/frontend/node-dashboard) to monitor |
| 69 | + the next blocks you will produce, your node's state, and performance metrics |
| 70 | +3. Share feedback and report issues in the testing channels |
| 71 | +4. Participate in testing activities and network experiments |
| 72 | +5. Stay updated: The o1Labs team makes regular updates to the node. Check for |
| 73 | + updates frequently and keep your node up to date |
| 74 | + |
| 75 | +## Getting help |
| 76 | + |
| 77 | +If you encounter any issues or have questions: |
| 78 | + |
| 79 | +- Ask in the #devnet channel on Discord |
| 80 | +- Check the #rust-node-questions-and-feedback channel for known issues |
| 81 | +- Visit the [GitHub repository](https://github.com/o1-labs/mina-rust) to report |
| 82 | + bugs |
| 83 | +- Review the [Node Management guide](node-management) for troubleshooting tips |
| 84 | + |
| 85 | +Welcome to the Mina devnet community! |
0 commit comments