Skip to content

Commit baefc4a

Browse files
committed
chore: update README
1 parent 989317a commit baefc4a

File tree

1 file changed

+7
-25
lines changed

1 file changed

+7
-25
lines changed

README.md

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,16 @@
1-
# Core (WIP)
21
![image](https://github.com/user-attachments/assets/2a599bc4-a876-486a-a35a-711c880cf3e4)
32

4-
# Overview
5-
The Synapse Protocol revolutionizes the management and distribution of creative intellectual property (IP) using blockchain technology and smart contracts. It provides a decentralized framework for content monetization across formats such as films, music, games, and more.
6-
7-
# Key Features
8-
Decentralized IP Monetization: Enable creators to maintain ownership while exploring custom business models (e.g., rentals, purchases).
9-
Rights Management & Enforcement: Use smart contracts to handle licensing, compliance, and royalty distribution transparently.
10-
Interoperability: Integrates seamlessly with protocols such as Story Protocol to expand IP management potential.
11-
12-
13-
MMC: 0x21173483074a46c302c4252e04c76fA90e6DdA6C
14-
15-
16-
Cnv:
17-
guidelines for emitting events
18-
- Any function that can change a storage variable should emit an event.
19-
- The event should contain enough information for someone auditing the logs can determine what value the storage variable took at that time.
20-
- Any address parameters in the event should be indexed so that it is easy to drill down on the activity of a particular wallet.
21-
- View and pure functions should not contain events because they do not change the state.
22-
23-
refs:
24-
25-
https://github.com/crytic/building-secure-contracts/blob/master/development-guidelines/code_maturity.md
26-
27-
https://docs.soliditylang.org/en/latest/style-guide.html
3+
# Synapse Protocol
4+
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.
285

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

9+
# References
3010

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

13+
- Style Guide: https://docs.soliditylang.org/en/latest/style-guide.html
3214

3315

3416

0 commit comments

Comments
 (0)