File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,8 @@ make build-testing
201
201
2 . ** Run Tests** : Ensure your setup works by running ` make test `
202
202
3 . ** Join the Community** : Connect with other developers on
203
203
[ Discord] ( https://discord.com/channels/484437221055922177/1290662938734231552 )
204
+ and participate in discussions on the
205
+ [ Mina Protocol Forums] ( https://forums.minaprotocol.com/ )
204
206
4 . ** Read CLAUDE.md** : Check the project-specific development guide in the root
205
207
directory
206
208
@@ -210,6 +212,7 @@ make build-testing
210
212
[ https://o1-labs.github.io/openmina/ ] ( https://o1-labs.github.io/openmina/ )
211
213
- ** Discord** :
212
214
[ OpenMina Community] ( https://discord.com/channels/484437221055922177/1290662938734231552 )
215
+ - ** Forums** : [ Mina Protocol Forums] ( https://forums.minaprotocol.com/ )
213
216
- ** Issues** : [ GitHub Issues] ( https://github.com/o1-labs/openmina/issues )
214
217
- ** API Docs** :
215
218
[ Rust Documentation] ( https://o1-labs.github.io/openmina/api-docs/ )
Original file line number Diff line number Diff line change @@ -63,6 +63,9 @@ OpenMina supports different node configurations:
63
63
64
64
- Check our troubleshooting guides
65
65
- Visit our [ GitHub repository] ( https://github.com/o1-labs/openmina )
66
- - Join the community discussions
66
+ - Join the community discussions on
67
+ [ Discord] ( https://discord.com/channels/484437221055922177/1290662938734231552 )
68
+ - Participate in discussions on the
69
+ [ Mina Protocol Forums] ( https://forums.minaprotocol.com/ )
67
70
68
71
Let's get your OpenMina node up and running!
Original file line number Diff line number Diff line change @@ -175,6 +175,10 @@ const config: Config = {
175
175
label : 'Discord' ,
176
176
href : 'https://discord.gg/minaprotocol' ,
177
177
} ,
178
+ {
179
+ label : 'Forums' ,
180
+ href : 'https://forums.minaprotocol.com/' ,
181
+ } ,
178
182
{
179
183
label : 'LinkedIn' ,
180
184
href : 'https://www.linkedin.com/company/o1labs/' ,
You can’t perform that action at this time.
0 commit comments