Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rss3-network/reps
RSS3 Evolution Proposals. Visit RSS3 Forum for discussions.
https://github.com/rss3-network/reps
openweb rss3
Last synced: about 1 month ago
JSON representation
RSS3 Evolution Proposals. Visit RSS3 Forum for discussions.
- Host: GitHub
- URL: https://github.com/rss3-network/reps
- Owner: RSS3-Network
- License: cc0-1.0
- Created: 2024-01-19T01:50:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T09:32:16.000Z (about 2 months ago)
- Last Synced: 2024-10-25T06:38:07.971Z (about 2 months ago)
- Topics: openweb, rss3
- Homepage: https://forum.rss3.io/c/rep/7
- Size: 3.66 MB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REPs
REP stands for RSS3 Evolution Proposal, a detailed documentation proposed by the RSS3 Community.
## List of REPs
This repository tracks all REPs proposed by the RSS3 Community.
| REP Number | Title | Proposer(s) | Type | Status |
| -------------------------- | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | --------- |
| [REP-1](./REPs/REP-1.md) | Purpose and Guidelines | | Process | Living |
| [REP-11](./REPs/REP-11.md) | Protocol Upgrade | [BruceXC](mailto:[email protected]), [HenryQW](mailto:[email protected]), [KallyDev](mailto:[email protected]), [Nya Candy](mailto:[email protected]), [polebug](mailto:[email protected]), [pseudoyu](mailto:[email protected]), [Thomas](mailto:[email protected]) | Protocol | Final |
| [REP-16](./REPs/REP-16.md) | Staking Rewards Taxation Adjustment | [Albert](mailto:[email protected]), [HenryQW](mailto:[email protected]) | Core | Final |
| [REP-20](./REPs/REP-20.md) | Data Availability Layer Integration | [Albert](mailto:[email protected]), [HenryQW](mailto:[email protected]) | Core | Final |
| [REP-26](./REPs/REP-26.md) | Chip Mechanism Upgrade | [BruceXC](mailto:[email protected]) | Core | Final |
| [REP-33](./REPs/REP-33.md) | Node State Transition | [KallyDev](mailto:[email protected]), [BruceXC](mailto:[email protected]) | Core | Final |
| [REP-38](./REPs/REP-38.md) | Demotion and Slashing Mechanism | [Polebug](mailto:[email protected]) | Core | Draft |
| [REP-40](./REPs/REP-40.md) | Whitepaper Updates | [pseudoyu](mailto:[email protected]) | Core | Candidate |
| [REP-43](./REPs/REP-43.md) | Introducing Payment Processor for Request Fees | [Nya Candy](mailto:[email protected]) | Core | Review |## Submit an REP
1. Fork the repository by clicking the "Fork" button in the top right, then clone your fork.
2. Duplicate `REPs/REP-Template.md` and rename it to `REPs/REP-XXXX.md` (where `XXXX` is the next available Pull Request number).
3. Fill in the REP template with your proposal, remember to add links to relevant discussions on the RSS3 Forum.
4. Run `npm run format`.
5. Submit a Pull Request to RSS3 Network's `main` branch.## License
RSS3 Evolution Proposals are collectively maintained by the RSS3 Community. All work under this repository is marked with [CC0 1.0](./LICENSE).
By marking the work with a CC0 public domain dedication, the creator is giving up their copyright and allowing reusers to distribute, remix, adapt, and build upon the material in any medium or format, even for commercial purposes.