Blockchain module
The blockchain part of this application was developed as a Cosmos SDK module and introduces the ability to work with the following resources:
Accepted Domain
Publisher
Article
Accepted Domain
In order to keep the users away from malicious websites the network accepts articles only from accepted internet domains. These domains are voted by the community and accepted only through governance proposals. You can view the list of accepted domains directly on the blockchain here.
Publisher
A publisher is in fact an address that was voted through governance proposal to be marked as “publisher” on the network. Once the address is accepted it can publish unlimited articles at the cost of a blockchain transaction. You can view the list of publishers directly on the blockchain here or on the web app.
Article
Articles are composed by title, URL and picture URL. URL and picture URL have to be hosted on an accepted domain, otherwise the article can not be submitted to the network. You can view the articles published on the blockchain here or on the web app.
Last updated