Skip to content

Commit e67093c

Browse files
committed
chore: update README
1 parent baefc4a commit e67093c

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,25 @@
33
# Synapse Protocol
44
Welcome! 🎉 Synapse is redefining how creative IP distribution works. Whether it's films, music, or games, we ensure creators stay in control of their work while earning fairly. With the power of blockchain, Synapse eliminates middlemen and automates licensing, payments, and content delivery through smart contracts. This lets creators focus on their craft, knowing their content is distributed safely and transparently.
55

6-
# Join the Fun
6+
## Join the Fun
77
Found a bug? Got a cool idea? Open a pull request or start a discussion on GitHub. We’d love to build this together!
88

9-
# References
9+
## Development
10+
11+
Some available capabilities for dev support:
12+
13+
* **Run Tests**: `make test`
14+
* **Compile Contracts**: `make compile`
15+
* **Force Compile Contracts**: `make force-compile`
16+
* **Test Coverage Report**: `make coverage`
17+
* **Generate Security Report**: `make secreport`
18+
* **Run Security Tests**: `make sectest`
19+
* **Format Code**: `make format`
20+
* **Lint Code**: `make lint`
21+
22+
Note: Run `make help` to see additional capabilities.
23+
24+
## References
1025

1126
- Code Maturity: https://github.com/crytic/building-secure-contracts/blob/master/development-guidelines/code_maturity.md
1227

0 commit comments

Comments
 (0)