Skip to content

Commit

Permalink
Merge pull request #1172 from makerdao/blog
Browse files Browse the repository at this point in the history
Blog Publications: A New Bucket for Community Content
  • Loading branch information
MaximumCrash authored Mar 26, 2021
2 parents a0bb5d8 + 02be106 commit 02fe784
Show file tree
Hide file tree
Showing 60 changed files with 1,810 additions and 122 deletions.
9 changes: 7 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,20 @@ module.exports = {
browser: true,
es2021: true,
},
extends: ["eslint:recommended", "plugin:react/recommended"],
extends: [
"eslint:recommended",
"plugin:react/recommended",
"plugin:flowtype/recommended",
],
parser: "babel-eslint",
parserOptions: {
ecmaFeatures: {
jsx: true,
},
ecmaVersion: 12,
sourceType: "module",
},
plugins: ["react"],
plugins: ["react", "flowtype"],
rules: {
"react/prop-types": "off",
"react/display-name": "off",
Expand Down
14 changes: 14 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[ignore]

[include]

[libs]

[lints]

[options]
esproposal.export_star_as=enable
esproposal.optional_chaining=enable
module.ignore_non_literal_requires=true

[strict]
5 changes: 5 additions & 0 deletions .github/workflows/poolparty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
- name: Run ESLint
run: |
yarn lint
# Uncomment when 1049 is merged
# - name: Check types
# run: |
# yarn flow check

- name: Making your code pretty.
run: |
Expand Down
37 changes: 37 additions & 0 deletions blogPosts/en/blog/Editorial/Humans_Of_MakerDAO_01.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: "Humans of MakerDAO 01"
keywords: "makerdao, dao, decentralized, dai"
description: "Introducing the Humans of MakerDAO."
date: 2021-01-29
authors: ["goldfarbas"]
---

## Welcome the first edition of the Humans of MakerDAO!

Humans of MakerDAO will be released bi-weekly to profile the amazing individuals responsible for the continued growth of MakerDAO.

Working for a DAO has been a life-changing opportunity for me, and I’m energized by this team’s commitment to extend that opportunity to others.

While many struggle with the question of how to define a Decentralized Autonomous Organization (DAO), DAOs are the same as any organization in that they're defined by the people responsible for bringing them to life and nurturing the community surrounding them.

This edition of Humans of MakerDAO profiles four members of the Community Development team, and in the future, we'll branch out to highlight stakeholders and contributors from throughout the Maker ecosystem.

MakerDAO has one of the most talented and capable teams I’ve had the privilege of working with, so without further ado, I’m proud to present the Humans of MakerDAO!

## Meet the Humans of MakerDAO

### **Amy Jung** leads CommDev with aplomb

![](https://i.imgur.com/cCtQN0H.png) ![](https://i.imgur.com/MyfSA8w.png)

### Kevin helps merchants accept Dai

![Imgur](https://i.ibb.co/dcRFJQx/Frame-78.png) ![Imgur](https://i.imgur.com/SaQ6Jh3.png)

### **Tim Black** manages projects in 4D

![](https://i.ibb.co/X2d8D3Z/Tim-headshot-high-rez.png) ![](https://i.imgur.com/PmjZPxd.png)

### Andrew Burban is MakerDAO’s Welcome Wagon

![](https://i.imgur.com/hmZ36Ir.png) ![](https://i.imgur.com/QLtPVfg.png)
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
---
title: "Top 5 Resources For Learning About Maker Vaults"
keywords: "makerdao, vault, vaults, collateral, dai, stablecoin"
description: "Learn about Vaults where owners can deposit collateral to generate Dai."
date: 2021-01-29
authors: ["goldfarbas"]
---

![Imgur](https://i.imgur.com/8czBhrf.png)

Maker Vaults are digital wallets that let people deposit assets into a smart contract and use those assets as collateral to mint and loan themselves Dai.

Dai is a form of cryptocurrency known as a stablecoin. whose value is pegged to the US Dollar

Giving people the ability to mint and destroy Dai using permissionless technologies makes the Maker Protocol a powerful, decentralized financial service.

People often mint Dai to reinvest in digital assets but Dai is also used for things like [retail purchases](https://community-development.makerdao.com/en/funding/merchant-directory) and [payroll processing](https://request.network/en/customer-stories/makerdao/).

On the surface, a vault may seem no more complicated than a simple loan, but it's important to understand how vaults work to get the most value out of them and avoid having your collateral liquidated.

When you're ready to create your own vault, head over to the [Oasis App](https://oasis.app/) to get started. Until then, here are some great resources for learning about Maker Vaults.

## #5 Open a Multi-Collateral Vault with MakerDAO from MyEtherWallet (MEW)

This resource from MyEtherWallet is unique in that it's the only tutorial in our list that teaches you how to create a Maker Vault using something other than the [Oasis App](https://oasis.app/) offered by MakerDAO.

Instead, MyEtherWallet offers a dApp browser with a dApp that gives users to access the same functions as Oasis.

Vaults can be moved between these interfaces by migrating the wallet used to create the vault but doing so will require care to ensure the wallet doesn't get lost or exposed in the process.

### [Link](https://kb.myetherwallet.com/en/dapps/using_makerdao/)

## #4 How to Generate DAI with a Maker Vault from DeFi Pulse

DeFi Pulse provides a straightforward walkthru of how to set up a vault using MakerDAO's [Oasis App](https://oasis.app/).

The article includes an introduction to the basic mechanics of vaults and what Dai can be used for and the homepage of [DeFi Pulse](https://defipulse.com/) displays stats on the total value locked (TVL) in MakerDAO and other DeFi protocols.

### [Link](https://defipulse.com/blog/how-to-generate-dai-with-a-maker-vault/)

## #3 MakerDAO Tutorial: How to Setup a CDP Vault and Collateralize Your Crypto from LeoFinance

Youtube isn't known as the "world's second-largest search engine" for nothing! Watching videos is a great way to get familiar with Maker Vaults and anything else you might want to learn about.

If you're someone who prefers watching videos to reading blogs, check out this step-by-step tutorial from [LeoFinance](https://www.youtube.com/channel/UCXZAjUMby8yDXBRo4h-6wrQ) to get familiar with the process of creating a vault using the [Oasis App](https://oasis.app/).

### [Link](https://www.youtube.com/watch?v=Njf87Jx6sYw)

## #2 Maker Vaults (CDPs) Tax Guide from CoinTracker

While many in DeFi dream of existing in a borderless, decentralized utopia, the harsh reality of tax enforcement agencies remains a problem many of us have to contend with.

Fortunately, this article by Shehan Chandrasekera of CoinTracker explains what taxable events are associated with using vaults and how some of the costs associated with maintaining vaults may be deductible.

### [Link](https://www.cointracker.io/blog/tax-consequences-of-maker-vaults)

## #1 - MakerDAO's Community Development Portal

The best place to learn about MakerDAO Vaults is from the community that maintains them!

The "Learn" section of MakerDAO's Community Development Portal contains a [section about Vaults](https://community-development.makerdao.com/en/learn/vaults/), covering topics like:

<List>

- How to create a Vault
- How new Vault types are onboarded to the Maker Protocol
- How parameters like liquidation and stability fees factor in

</List>

If a video sounds better, the [video explainer](https://vimeo.com/427849477) on the [Oasis](https://oasis.app/) website explains how to set up a Vault.

MakerDAO also offers this more [in-depth video](https://www.youtube.com/watch?v=GjMI_1zkBzo) covering how to trade Dai for other cryptocurrencies and accrue interest on your Dai.

### [Link](https://community-development.makerdao.com/en/learn/vaults/)

## Still Have Questions?

For more information, please reach out using one of the following channels and someone from the community will be happy to help:

<List>

- [Reddit](https://www.reddit.com/r/MakerDAO/)
- [Maker Forum](https://forum.makerdao.com/)
- [Maker Chat](https://chat.makerdao.com/)

</List>
10 changes: 10 additions & 0 deletions blogPosts/en/blog/WhatsUpGang.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "What's Poppin' Gang"
date: 2021-01-26
---

# Lorem ipsum

## Ipsum Lorem?

What's a hot reload?
88 changes: 88 additions & 0 deletions blogPosts/en/blog/community/post_example_1.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
---
title: "Basic Example 1"
authors: ["MaximumCrash"]
date: 2021-02-19
image: "2"
---

# Lorem Ipsum

## Hac colit in amnemque tandem vidit

Lorem markdownum visus: illis quod iussit numeratur nunc, sero. Dotale nos
[teque](/) pontusque superest tuta.

Alii litore? Ut quondam. Nulla inclite pugnax.

## Guttura verti ut Neritius traxit

Castos Troianae Sabinis sua attenuarat ponit, [non
aura](/) serisque prorae, inexpugnabile.
_Adhuc illum_: peractum simul potens dominatur vulneret multum curae
[micat](/) motuque naides, mea suis? Clipeus
restat: vertor frondere? Sed ex semine duplex per caesa _quod_, et iam quae
prima his hunc iaculoque videant. Coiere disparibus iuvene: vicinum crudele
tympana popularia ora spem Melaneus levem depulerat.

## Nec humana arboris

Tantumque thalamoque Philyreia annos, rex cantare nescius has freta dedit
vellem. Et imum sacris.

```
printer(ansi_index_boot - dialog_nas, copyrightSessionNanometer);
tracerouteBiometrics += tracerouteCookie * motherboard;
if (pageLeaf) {
hsfHorizontal.remote(-4, ping(2, autoresponderTtl, 4));
integer(name_access_jre(logic_impression_nosql));
piracy.multimediaIntranetSoftware = click(-3, unfriendBridge,
flaming_menu + key_surface_android);
} else {
blob += illegalDatabaseBuffer(memoryUp);
}
if (synInput) {
monitorDomainCamelcase(device);
winsockPda -= pci_map_dsl.friendInputLpi(viralTemplate, bash);
} else {
basicTrinitronRow.thyristor_bug_text(whiteScrollInteractive(3),
stringDiskJpeg, 3);
mbps_clob += 34;
}
rootRtf.dvd = win_tablet.column.exbibyte(pretest_compression_heap(23 + 1));
```

## Reddebant tantum pertimuit at perque se quae

Atque rupit visa valentior penetravit refert abdita, aut quid esset mihi. Sua
qui humum quibus toto? Tethyn _furentem prospectat_, elidunt carmine ubi ille
Dryantaque mors. Mens populus laevam socerque: somnus radix: ait et **pete
corpore** spinea. Praereptae te rastrorumque vigor sacer quare inque deus
corpora, est feret _minimum_.

```
if (daw(process_speakers, file_host) == dhcp) {
mashup.bespoke.access_disk(swappable(telecommunications_wavelength_dv,
operating_type_dithering));
web_kilobyte_file -= teraflops_ugc_ruby(third, burn,
toggle_exif_app.addressMinicomputer(xhtml_file, pack,
languageDefaultCommerce));
yobibytePort /= aixFirmware;
} else {
vectorScan = heat_ad_storage - interlacedCdmaAcl;
ram_windows.ebook = softwareIllegal(voip_page_data - -4, prom, left);
}
if (peopleware_t) {
gigaflopsTouchscreen(sampleAlgorithm(-1), 2);
asp = laptop_pppoe(basicLossless, flashCrm);
} else {
interactiveXml = dual_cps;
}
iscsiFunctionBox = 3;
only_null_gigahertz(url);
```

Lacerto deiecerat contigit, lacte sors facundia: attonitos indignanda fecit
passurae. Per fugit pugnant pius, frondibus victi praetemptatque dicere; sed
prima leucada [equos](/). Artus modo detrahis aliquod
centumque regnarat suos; quod iuppiter movere Dodonaeo petit paelice atricolor
omnesque mitior.
57 changes: 57 additions & 0 deletions blogPosts/en/blog/governance/post_example_2.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
title: "Basic Example 2"
authors: ["Antonio Aznarez", "JerryAG", "anatta", "juan-fintech"]
date: 2021-01-15
recommend:
[
"blogPosts/en/blog/community/post_example_1",
"/editorial/Humans_Of_MakerDAO_01",
"/funding/community-projects/cdips-decisions",
]
---

# Humum saxo suam quantaque conserto coniugii cornua

## Labor stetit divesque optavit

Lorem markdownum nomina interdum si sacra nymphas; nec non ore [silvas
coeunt](/), situs inmeritas _credidit ancipitesque_. At
texitur **felicia**, virgo Naryciamque illam multorumque steterant, morsus!
Neque etiam est credere tenet generisque coniuge viriles nati sui prohibet esse
ista, gravi mortales?

1. Quondam his moenia cognata intrat pater
2. Aspiciunt et risit
3. Simul amantes
4. Argo pater iacuere
5. Esse diu summaque ausam terrae invictumque nisi

## Aquis diva crudus Epidauria Attonitae insequitur

Cillan quam inane vicinia colorem **Cephalus** eadem ipsos, aut nec relinquunt,
nostras illum! Sumptaque fluentia acumine tibi.

## Vertice ante Hersilie satis Aeacon iaceret

Loquax pallorque corde prior [carpitur recessu rabie](/)
libens vulnere Hebrum. Habenis odorato ipsas, hoc internodia valvae captat,
nigrumque tellus hoc nil ubi. Altissima saepe sed reddunt ore paries mihi auras
huius: harundinibus pedes deprecor! Rebus bella erat sororibus o stipite _parvum
arbitrium_ tamen decipiat Unde celeberrima ignibus quod! Saevis urnam; subiere
premit hunc, quis dolet lacertis.

Dant [cum](/) per! Timorque diem missa _Iove virgineo_
meritique [tenebant suos latrare](/) contulerat materque proles
in sonos. Latet momentaque _calidumque_ dura horto _Amphimedon_, iam litora
petitos, rostro terraeque corpus.

## Amplexus nam magis quis pharetrae publica Herculis

_Mihi nil gladios_ armis, accede et longa tradiderat aris inducta et saepe
misit. Victor ictu Romethiumque sagitta vultus. Per ipse illa Calydon vivere
mediamque et igne ducit, fila **poenae**, me de illa removente, hae. Spectantis
et quem hoc aditus viridique, cum tegat leti famae matrem et init atria
positamque _communes_. Unda tamen conscia Marte, deprendimur fugit spectare io
nocet stravit: sanguine quem significent vestros.

Dolore delamentatur sibi sororem. Neve fumo.
12 changes: 11 additions & 1 deletion content/en/UI.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"Home": "Home",
"Page_Language_Selector": "Page Language Selector",
"Available_Languages": "Available Languages",
"LANGUAGES": "LANGUAGES",
"Available_Languages_none": "No Available Languages",
"Need_Another_Language": "Need another language?",
"Join_translation_team": "Join translation team",
Expand Down Expand Up @@ -58,5 +59,14 @@
"Careers": "Careers",
"Contact": "Contact",
"Blog": "Blog"
}
},
"Blog": "Blog",
"Back_To_Blog": "Back to Blog",
"Blog_Language_Selector": "Blog Language Selector",
"editorial": "Editorial",
"community": "Community",
"governance": "Governance",
"Maker_Community_Blog": "Maker Community Blog",
"Latest_In": "Latest In ",
"See_More_Posts": "See More Posts"
}
19 changes: 13 additions & 6 deletions content/en/resources/technical-content/palette-recipes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,23 @@ It's also possible to render a custom author by filling out the correct informat
```js
<Authors list>
<Box>
![Réjon](/images/starfox.png) [Réjon Taylor-Foster](https://rejontaylor.com)
[Another Test](https://github.com) [Twitter](https://twitter.com)
[Medium](https://medium.com) # Réjon Taylor-Foster ## Lorem ipsum dolor sit
amet, consectetur adipiscing elit. Donec pharetra quam augue. Nulla
![Réjon](/images/starfox.png)

[Réjon Taylor-Foster](https://rejontaylor.com)
[Another Test](https://github.com)
[Twitter](https://twitter.com)
[Medium](https://medium.com)

# Réjon Taylor-Foster

## Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec pharetra quam augue. Nulla
facilisi. Ut sed volutpat nisl. Cras eget nunc sed erat malesuada faucibus.
Donec non vehicula elit. Interdum et malesuada fames ac ante ipsum primis in
faucibus. Sed blandit imperdiet maximus. In hac habitasse platea dictumst.
Sed id luctus justo. Morbi in tortor et quam lacinia finibus ac in quam.
Suspendisse mollis efficitur dui eu laoreet. ### MaximumCrash - ideas -
audio - doc - 👀 - 💦
Suspendisse mollis efficitur dui eu laoreet.

### MaximumCrash - ideas - audio - doc - 👀 - 💦
</Box>
</Authors>
```
Expand Down
Loading

0 comments on commit 02fe784

Please sign in to comment.