Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Oct 14, 2024
1 parent baefc4a commit e67093c
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,25 @@
# Synapse Protocol
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.

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

# References
## Development

Some available capabilities for dev support:

* **Run Tests**: `make test`
* **Compile Contracts**: `make compile`
* **Force Compile Contracts**: `make force-compile`
* **Test Coverage Report**: `make coverage`
* **Generate Security Report**: `make secreport`
* **Run Security Tests**: `make sectest`
* **Format Code**: `make format`
* **Lint Code**: `make lint`

Note: Run `make help` to see additional capabilities.

## References

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

Expand Down

0 comments on commit e67093c

Please sign in to comment.