All Projects → aragon → Aragon Monthly

aragon / Aragon Monthly

Licence: cc0-1.0
Aragon Monthly is a community curated monthly digital newspaper about DAOs and the Aragon ecosystem

Labels

Projects that are alternatives of or similar to Aragon Monthly

Smart Contracts Example
Simple example of token market. Based on blockchain technology using Ethereum platform.
Stars: ✭ 37 (-21.28%)
Mutual labels:  ethereum
Zerodollarhomepage
A decentralized ad server running on the blockchain
Stars: ✭ 43 (-8.51%)
Mutual labels:  ethereum
Nuxt Box
Truffle, Nuxt and Vue boilerplate
Stars: ✭ 46 (-2.13%)
Mutual labels:  ethereum
Miner Monitor
Miner, balance, wallet and pool monitoring software
Stars: ✭ 38 (-19.15%)
Mutual labels:  ethereum
Sol2proto
Ethereum contract ABI to gRPC protobuf IDL transpiler
Stars: ✭ 41 (-12.77%)
Mutual labels:  ethereum
Blockchain Learning
Learn and promote blockchain together by writing
Stars: ✭ 44 (-6.38%)
Mutual labels:  ethereum
Eth Scan
An efficient Ether and token balance scanner library
Stars: ✭ 35 (-25.53%)
Mutual labels:  ethereum
Solpp
A solidity preprocessor and flattener CLI and library
Stars: ✭ 44 (-6.38%)
Mutual labels:  ethereum
Eth Alarm Clock Dapp
Chronos - Ethereum Alarm Clock DApp
Stars: ✭ 42 (-10.64%)
Mutual labels:  ethereum
Transmute Framework
TypeScript dApp Framework
Stars: ✭ 45 (-4.26%)
Mutual labels:  ethereum
Grpc Contract
A tool to generate the grpc server code for a contract
Stars: ✭ 40 (-14.89%)
Mutual labels:  ethereum
Ether sql
A python library to push ethereum blockchain data into an sql database.
Stars: ✭ 41 (-12.77%)
Mutual labels:  ethereum
Learn Solidity
Code base for "Learn Solidity: Programming Language for Ethereum Smart Contracts" course in Tosh Academy & Blockchain Council
Stars: ✭ 44 (-6.38%)
Mutual labels:  ethereum
Maker Otc
Simple on-chain market for ERC20 tokens
Stars: ✭ 37 (-21.28%)
Mutual labels:  ethereum
Bds
Blockchain data parsing and persisting results
Stars: ✭ 1,032 (+2095.74%)
Mutual labels:  ethereum
Blockchain
区块链、交易所、币种、自媒体、高频交易策略
Stars: ✭ 37 (-21.28%)
Mutual labels:  ethereum
Vyper.fun
Cryptozombies for Vyper: Learn Vyper by building games!
Stars: ✭ 42 (-10.64%)
Mutual labels:  ethereum
Solidityflattener
A Simple-To-Install Solidity Flattener
Stars: ✭ 47 (+0%)
Mutual labels:  ethereum
Solidity
🔐 Ethereum smart contracts developed for the Hanzo Platform.
Stars: ✭ 46 (-2.13%)
Mutual labels:  ethereum
Xplain
🌎 Complex Topics Explained For Your Level And Background. ✏️
Stars: ✭ 44 (-6.38%)
Mutual labels:  ethereum

Aragon Monthly

Aragon Monthly is a community-curated monthly digital newspaper about Decentralized Autonomous Organizations and the Aragon ecosystem

Content curation is the process of gathering information relevant to a particular topic or area of interest.

Aragon Monthly is created by the community, for the community.

Anyone can contribute by creating or requesting new content regarding Decentralized Autonomous Organizations or about anything related to the Aragon ecosystem.


How does this work?

  • Community members, Contributors and Editors create Issues for News, Articles and Classifieds
    • These Issues are requests for new content to the upcoming newspaper issue

  • Issues that get "upvoted" by the community will have a bounty label added and that bounty will be funded to incentivise fulfillment of that request
    • Editors can also add the bounty label to any Issue they consider to be interesting content
      • The person who created the Issue may also request the bounty label to be added if they wish to fund that Issue themselves
    • Once a bounty label has been added, anyone can send funds (ETH or ERC20 tokens) to the smart contract and help fund that bounty

  • Anyone can contribute to creating the requested content on Issues by creating a new Pull Request that fills the request
    • By creating a new Pull Request that Closes issue #X, anyone is free to claim the bounty on that Issue
      • These will be reviewed on a first-come first-served basis
    • Editors are community members that frequently contribute high quality content and have priority over other contributors. They can assign themselves to Issues in order to signal their intent to fulfill that particular Issue

  • At the end of the month, Pull Requests are frozen and any open Issues are cleaned
    • Editors will evaluate open Issues to see if they think it should be carried over to the next newspaper issue and close all remaining ones
    • Reviewers and Editors will review all open Pull Requests and either merge or close those accordingly
    • The Editor-in-chief makes sure that all completed Pull Requests are merged, compiles the Front Page and ensures that everything is working fine, publishes the Monthly newspaper issue to https://monthly.aragon.one/ and sends out the Aragon Monthly Newsletter

How can I contribute?

1) By creating new content!

There's a few different ways to contribute new content:


News

There's news happening all the time and we're looking to have all the interesting content presented in the newspaper!

Articles


2) By requesting new content!

If you have a topic that you would like to read about, create a New Issue with a descriptive Title and a clear description of the type of content you would want to see in Aragon Monthly.

Be sure to include all the details in the new issue as described in the Guide for submitting a new Issue


Staff Contributors

The Editor-in-chief is the publication's editorial leader who has final responsibility for its operations and policies.

Editors are people who regularly provide content to the publication and make sure that the content is always high quality. They write articles, review Pull Requests, and are generally active in the creation of this publication.

Reviewers are people who contribute by helping review new content submitted via Pull Requests.

Columnists are people dedicated to contributing quality content for an extended period of time - usually on the same subject area or theme each time - that typically contains the author's opinion or point of view.

  • Editor/Reviewer/Columnist - Get your name here by contributing!

Future goals

  • Make Aragon Monthly so successful that there's a demand for Aragon Weekly
  • Turn Aragon Monthly into a DAO that fully governs the project

More info for editors

How do I run a local version of the site for editing?

  • Install MkDocs
    • Install mkdocs-material using Python, pip install mkdocs-material
  • In the aragon-monthly directory, run mkdocs serve
  • Open http://localhost:8000/ in your browser
  • Edit documents locally through a text editor such as Atom in combination with [Github Desktop] and/or commands through GitBash, PowerShell or Command Line.

What does the aragon-monthly directory structure look like?

mkdocs.yml
docs/
├─ archive/
│  ├─ issue00/
│  └─ issue01/
├─ articles/
│  ├─ columns
│  │ ├─ images/
│  │ └─ name_of_column.md
│  ├─ editorial/
│  │ ├─ images/
│  │ └─ title_of_editorial.md
│  └─ opinion/
│  │ ├─ images/
│  │ └─ title_of_opinion_piece.md
│  └─ index.md
├─ classifieds/
│  └─ index.md
├─ contributors/
│  ├─ columnists.md
│  ├─ contributors.md
│  ├─ editors.md
│  ├─ index.md
│  └─ reviewers.md
├─ guides/
│  ├─ guide_for_submitting_a_new_issue.md
│  ├─ guide_for_submitting_a_new_pull_request.md
│  ├─ guide_for_submitting_articles.md
│  ├─ guide_for_submitting_classifieds.md
│  ├─ guide_for_submitting_news.md
│  ├─ index.md
│  ├─ new_issue_template.md
│  ├─ new_pull_request_template.md
│  └─ repository_structure.md
├─ images/
│  ├─ favicon.ico
│  ├─ logo.svg
│  ├─ monthly_no_image.png
│  └─ monthly.png
├─ info/
│  └─ index.md
├─ news/
│  ├─ aragon.md
│  ├─ daos.md
│  ├─ name_of_tag.md
│  └─ index.md
├─ newsletter/
│  └─ index.md
├─ stylesheets/
│  └─ custom.css
├─ CNAME
└─ index.md

Where can I find the empty templates and how do I fill them?

You can find all the templates in the guides for news, articles and classifieds here, below the most frequently used for reference. If you get stuck, check the code from previous issues in the archive.

News - see guide here

 [**Title**](URI_to_news) | [**Title**](URI_to_news) | [**Title**](URI_to_news) |
:-----------:|:-----------:|:-----------:|
[_Tag_](tag.md) | [_Tag_](tag.md) | [_Tag_](tag.md) |
[<img src="../../images/image_name.png">](URI_to_news) | [<img src="../../images/image_name.png">](URI_to_news) | [<img src="../../images/image_name.png">](URI_to_news) |
_Author [Author Name](URI_to_author_profile) on Month Date#_ | _Author [Author Name](URI_to_author_profile) on Month Date#_  | _Author [Author Name](URI_to_author_profile) on Month Date#_ |
**Subtitle** Description of the content in the news. | **Subtitle** Description of the content in the news. | **Subtitle** Description of the content in the news. |
[Read More](URI_to_news) | [Read More](URI_to_news) | [Read More](URI_to_news) |

Articles - see guide here

# Title
> **Subtitle**

_Author [Author Name / @author_GitHub_username](https://github.com/author_GitHub_username)_

![](images/image_name.png)

Bunch of text.

## Sub-Title / Header
Bunch of text.

## Sub-Title / Header
Bunch of text.

Classifieds - see guide here

[<h2>Title</h2>](URI) |
:-----------|
Description |
[Learn More](URI) |
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].