Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EveripediaNetwork/Everipedia
๐ The IQ Network protocol
https://github.com/EveripediaNetwork/Everipedia
blockchain eos eosio eosio-blockchain
Last synced: 11 days ago
JSON representation
๐ The IQ Network protocol
- Host: GitHub
- URL: https://github.com/EveripediaNetwork/Everipedia
- Owner: EveripediaNetwork
- Created: 2018-03-20T02:47:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T16:37:38.000Z (over 1 year ago)
- Last Synced: 2024-04-14T10:46:42.368Z (7 months ago)
- Topics: blockchain, eos, eosio, eosio-blockchain
- Language: C++
- Homepage: https://iq.wiki/wikis/iq-token
- Size: 3.04 MB
- Stars: 152
- Watchers: 38
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-eos - Everipedia - IPFS integration, tokenization and governance (Language Support / Smart Contracts Examples)
- awesome-EOS - Everipedia - Decentralized encyclopedia. (Projects and DApps / Education)
- awesome-eosio - EveripediaNetwork/Everipedia - The Everipedia Network protocol. (DApps / Other in DApps)
README
Everipedia-EOS
This repo houses the EOS smart contracts which run the [Everipedia Network](https://everipedia.org/wiki/lang_en/everipedia) on the [EOS network](https://everipedia.org/wiki/lang_en/eos-cryptocurrency). See [the technical whitepaper](TechnicalWhitepaper.md) for conceptual functions, categorization, modularization, and theory.
* ๐ท The currently deployed tag is 1.0-final. `master` branch contains breaking changes to accomodate the new CDT (Contract Development Toolkit)
## ๐ง Brainpower
Voting on article edit proposals generates stakes of IQ tokens for a period of 21 days. Voting up or down article edit proposals stakes [IQ](https://everipedia.org/wiki/lang_en/iq-token) for the amount of the vote. Proposing an edit stakes 50 IQ as an anti-spam measure.
## ๐งช Tests
```sh
cd test
./test.sh
```