Skip to content

Commit 24a2cde

Browse files
committed
how to help masari
1 parent b430568 commit 24a2cde

File tree

6 files changed

+132
-1
lines changed

6 files changed

+132
-1
lines changed

_i18n/en.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ seo:
8585
research:
8686
title: "Masari Research Corner"
8787
desc: "Masari has brought innovative ideas to the cryptonote space such as Weighted-Weighted Harmonic Mean (improved to become LWMA), uncle mining (SECOR) as well as the idea of blocktree and simple private tokens. THese are our white papers regarding those ideas."
88+
contributing:
89+
title: "How to help Masari"
90+
desc: "Masari is an open source project and has many places anyone can contribute. Read the many ways you can help below."
8891
about:
8992
paragraph_1: "Masari (MSR) is a proof of work (PoW) peer-to-peer internet currency using the well researched and cryptographically sound <a href='https://lab.getmonero.org/pubs/MRL-0005.pdf' target='_blank'>RingCT</a> and <a href='https://cryptonote.org/whitepaper.pdf' target='_blank'>CryptoNote</a> protocols. This means that every transaction origin, amount, and destination is obfuscated by default. Masari is an open source project that is fully decentralized without any central authorities, similar to bitcoin. With several CryptoNote firsts such as uncle mining via the <a href='https://github.com/masari-project/research-corner/blob/master/secor/secor.pdf' target='_blank'>SECOR protocol</a>, a <a href='https://wallet.getmasari.org' target='_blank'>fully client side web wallet</a>, and PoW sharding via the <a href='https://github.com/masari-project/research-corner/blob/master/blocktree/blocktree.pdf' target='_blank'>blocktree protocol</a>, Masari is a fast, fungible, secure, private and soon-to-be efficiently scalable currency."
9093
paragraph_2: "With ring signatures, ring confidential transactions, and stealth addresses, every transaction origin, amount, and destination is untraceable and unlinkable. Transactions on the Masari blockchain cannot be linked to a particular user or real-world identity."
@@ -129,4 +132,17 @@ exchanges:
129132
title: "GJ.com"
130133
desc: "Launched in Sep 2018, GJ is a centralized exchange based in Seychelles. GJ aims to cater to a Chinese speaking audience."
131134
pairs: "Pairs"
132-
visit: "Visit"
135+
visit: "Visit"
136+
contributing:
137+
intro: "Masari depends on people like you. With your efforts, and the efforts of others, Masari will grow and help bring financial privacy to all."
138+
how_1: "Development"
139+
how_1_desc: "Masari has many different pieces of software that keeps it running. From our core blockchain software to our wallets and our own block explorer and the small projects in between, Masari has plenty of code that you can contribute to! <a href='https://github.com/masari-project/' target='_blank'>View our projects on Github.</a>"
140+
how_2: "Running a node"
141+
how_2_desc: "One of the best contributions that everyone can do for Masari is to run an active up-to-date Masari node! By running a node, you are helping to strengthen the network in several ways. For example, the more people who run nodes, the more nodes it takes for attackers to try to launch an attack. Also, you help increase the speed in which other users download the blockchain."
142+
how_3: "Mining"
143+
how_3_desc: "Aside from running a node, mining Masari is another way you can help! By mining Masari, you are helping to decentralize the process of transactions being verified and keeping the network secure."
144+
how_4: "Marketing"
145+
how_4_desc: "Marketing Masari does not always need to come from any of the core team. Creating memes, talking about trading $MSR or sharing Masari content on social media are all different ways you can help with Masari marketing! <a href='https://github.com/masari-project/Masari-Marketing' target='_blank'>View our marketing material on Github!</a>"
146+
how_5: "Donating"
147+
how_5_desc: "Masari did not start off with an ICO, IEO or any sort of fundraising and did not have a planned premine. We depend on the community to fund servers, services and exchange listings. We have set up the following wallets to collect donations from those who seek to help Masari financially. Your donation will help fund development, pay for servers and services and may be used for marketing and/or exchange listings."
148+

contributing.html

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
---
2+
permalink: "/how-to-help-masari"
3+
layout: external
4+
ref: how-to-help-masari
5+
title: '{{ site.translations[site.lang].seo.meta.contributing.title }}'
6+
description: '{{ site.translations[site.lang].seo.meta.contributing.desc }}'
7+
---
8+
<section id="contributing" class="section gray-bg">
9+
<div class="container">
10+
<div class="col-md-12">
11+
<div class="masari-desc">
12+
<p>
13+
{% t contributing.intro %}
14+
</p>
15+
</div>
16+
</div>
17+
<div class="row">
18+
<div class="col-md-10 centered">
19+
<div class="about">
20+
<h2>{% t contributing.how_1 %}</h2>
21+
<div class="row padded-row">
22+
<div class="col-md-12">
23+
<p class="text-left">
24+
{% t contributing.how_1_desc %}
25+
</p>
26+
</div>
27+
</div>
28+
</div>
29+
<div class="about">
30+
<h2>{% t contributing.how_2 %}</h2>
31+
<div class="row padded-row">
32+
<div class="col-md-12">
33+
<p class="text-left">
34+
{% t contributing.how_2_desc %}
35+
</p>
36+
</div>
37+
</div>
38+
</div>
39+
<div class="about">
40+
<h2>{% t contributing.how_3 %}</h2>
41+
<div class="row padded-row">
42+
<div class="col-md-12">
43+
<p class="text-left">
44+
{% t contributing.how_3_desc %}
45+
</p>
46+
</div>
47+
</div>
48+
</div>
49+
<div class="about">
50+
<h2>{% t contributing.how_4 %}</h2>
51+
<div class="row padded-row">
52+
<div class="col-md-12">
53+
<p class="text-left">
54+
{% t contributing.how_4_desc %}
55+
</p>
56+
</div>
57+
</div>
58+
</div>
59+
<div class="about donate">
60+
<h2>{% t contributing.how_5 %}</h2>
61+
<div class="row padded-row">
62+
<div class="col-md-12">
63+
<p class="text-left">
64+
{% t contributing.how_5_desc %}
65+
</p>
66+
</div>
67+
</div>
68+
<div class="row padded-row">
69+
<div class="col-md-4">
70+
<h3>Bitcoin</h3>
71+
<div class="row">
72+
<div class="col-md-12">
73+
<img src="/images/qr/bitcoindonate.png">
74+
</div>
75+
<div class="col-md-12">
76+
<p>Donations of Bitcoin to the Masari project may be sent here: bc1qqxwnsgr77k6feeutl0sqs65lsdgpg232cfcs62</p>
77+
</div>
78+
</div>
79+
</div>
80+
<div class="col-md-4">
81+
<h3>Monero</h3>
82+
<div class="row">
83+
<div class="col-md-12">
84+
<img src="/images/qr/monerodonate.png">
85+
</div>
86+
<div class="col-md-12">
87+
<p>Donations of Monero to the Masari project may be sent here: 45DbVEMDrpKBJ8oYrhxqe29q5pgZQsXMx7gRxTUnioyMhP7CkgQdfqdAAV64hETFGQ995KgxTtmTSGC5GnKor8hsMFvpj3d</p>
88+
</div>
89+
</div>
90+
</div>
91+
<div class="col-md-4">
92+
<h3>Masari</h3>
93+
<div class="row">
94+
<div class="col-md-12">
95+
<img src="/images/qr/masaridonate.png">
96+
</div>
97+
<div class="col-md-12">
98+
<p>Donations of Monero to the Masari project may be sent here: 5kmaeBqMbrjXBz1Y2QHB43jBbJeX9d8DcfAspwhVGqSuKF2giASJWCWEPNVMswnemS185tP8otHQ8Ehs3NXMTmpT8YriGfx</p>
99+
</div>
100+
</div>
101+
</div>
102+
</div>
103+
</div>
104+
</div>
105+
</div>
106+
</div>
107+
</section>

css/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,4 +1200,12 @@ text-decoration: none;
12001200
}
12011201
.downloads .version {
12021202
font-size: 1em;
1203+
}
1204+
1205+
.donate img {
1206+
width: 100%;
1207+
}
1208+
1209+
.donate p {
1210+
word-wrap: anywhere;
12031211
}

images/qr/bitcoindonate.png

181 KB
Loading

images/qr/masaridonate.png

194 KB
Loading

images/qr/monerodonate.png

219 KB
Loading

0 commit comments

Comments
 (0)