File tree Expand file tree Collapse file tree 5 files changed +7
-11
lines changed
website/docs/node-runners Expand file tree Collapse file tree 5 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,8 @@ referencing Claude.
210
210
211
211
1 . Make your code changes
212
212
2 . Run the appropriate formatting command based on file types modified
213
- 3 . ** ALWAYS run ` make fix-trailing-whitespace ` before committing or ending any task**
213
+ 3 . ** ALWAYS run ` make fix-trailing-whitespace ` before committing or ending any
214
+ task**
214
215
4 . Verify formatting with check commands if needed
215
216
5 . ** Verify commit message does not include Claude as co-author**
216
217
6 . ** Verify commit message contains no emojis and follows 80-character wrap**
Original file line number Diff line number Diff line change 11
11
[ ![ Changelog] [ changelog-badge ]] [ changelog ] [ ![ Apache licensed]] [ Apache link ]
12
12
13
13
_ The ** Open Mina Node** is a fast and secure implementation of the Mina protocol
14
- in ** Rust** ._
15
- _ Currently in ** public beta** , join our
14
+ in ** Rust** ._ _ Currently in ** public beta** , join our
16
15
[ Discord community] ( https://discord.com/channels/484437221055922177/1290662938734231552 )
17
16
to help test future releases._
18
17
Original file line number Diff line number Diff line change 1
1
# Run Block Producing Node on Devnet
2
2
3
3
This guide is intended for setting up block producer nodes on ** Mina Devnet**
4
- only.
5
- Do not use this guide for Mina Mainnet until necessary security audits are
4
+ only. Do not use this guide for Mina Mainnet until necessary security audits are
6
5
complete.
7
6
8
7
---
Original file line number Diff line number Diff line change 1
1
# Run Block Producing Node on Devnet
2
2
3
3
This guide is intended for setting up block producer nodes on ** Mina Devnet**
4
- only.
5
- Do not use this guide for Mina Mainnet until necessary security audits are
4
+ only. Do not use this guide for Mina Mainnet until necessary security audits are
6
5
complete.
7
6
8
7
---
Original file line number Diff line number Diff line change 1
1
# Run Block Producers on local network
2
2
3
- Once you have completed the [ pre-requisites] ( ./docker-installation.md ) for
4
- your operating system, follow these steps:
3
+ Once you have completed the [ pre-requisites] ( ./docker-installation.md ) for your
4
+ operating system, follow these steps:
5
5
6
6
## Setup Option 1: Download Docker Compose Files from the Release
7
7
8
8
1 . ** Download the Docker Compose files:**
9
-
10
9
- Go to the [ Releases page] ( https://github.com/openmina/openmina/releases ) of
11
10
this repository.
12
11
- Download the latest ` openmina-vX.Y.Z-docker-compose.zip ` (or ` .tar.gz ` )
13
12
file corresponding to the release version (available since v0.8.0).
14
13
15
14
2 . ** Extract the files:**
16
-
17
15
- Unzip or untar the downloaded file:
18
16
``` bash
19
17
unzip openmina-vX.Y.Z-docker-compose.zip
You can’t perform that action at this time.
0 commit comments