You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/core/tokenomics.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Rewards earned by Incentive Program members were distributed as Native Minima ($
88
88
89
89
### Maximize
90
90
91
-
Users can earn a yield on their native Minima coins via the fully collatoralized, non-custodial MiniDapp [Maximize](https://minidapps.minima.global/). Yield is in the form of native Minima, paid to participants who lock up their holdings for set periods of time - encouraging continued node running and reducing the total circulating supply of Minima while creating genuine demand for coins. [Click here](/docs/core/minidapp-terms#g-1-maximize-minidapp) for more information on Maximize.
91
+
Users can earn a yield on their native Minima coins via the fully collatoralized, non-custodial MiniDapp Maximize. Yield is in the form of native Minima, paid to participants who lock up their holdings for set periods of time - encouraging continued node running and reducing the total circulating supply of Minima while creating genuine demand for coins. [Click here](/docs/core/minidapp-terms#g-1-maximize-minidapp) for more information on Maximize.
92
92
93
93
### Ecosystem Growth
94
94
@@ -98,7 +98,7 @@ The purpose of this category is to support, maintain and improve Minima, through
98
98
99
99
## Grants & Bounties
100
100
101
-
[Grants](https://build.minima.global/grants) are available for building interesting and novel use cases on Minima. They will be awarded to developers and entrepreneurs, in collaboration with a range of Minima partners, to accelerate the growth of the network.
101
+
Grants are available for building interesting and novel use cases on Minima. They will be awarded to developers and entrepreneurs, in collaboration with a range of Minima partners, to accelerate the growth of the network.
102
102
103
103
Bounties are also available for individuals who discover critical bugs and report them to the team [via Discord](https://discord.gg/minimaglobal), before anyone else.
Copy file name to clipboardExpand all lines: content/docs/development/streamr.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ Creating a service.js MiniDapp is super simple. First we just need to create a `
186
186
187
187
This tutorial will skip over the creation of the **MiniDapp** base.
188
188
189
-
Before you continue, please check out the [build.minima.global](http://build.minima.global/) website for existing tutorials, or view the code mentioned in this tutorial on **Github** at the end of the tutorial.
189
+
Before you continue, please check out the other tutorials in this section, or view the code mentioned in this tutorial on **Github** at the end of the tutorial.
190
190
191
191
Now that you know how to set up a Minidapp, you can now `cd` into our **Publisher****MiniDapp** directory and create & edit the `service.js` file with the following command in the command line:
192
192
@@ -485,6 +485,6 @@ Build and zip the Minidapp and install it via the **Minihub** or command line. O
485
485
486
486
And that’s it! You have successfully created a **Publisher MiniDapp** that can publish messages to **Streamr**, and a **Subscriber MiniDapp** that can subscribe to streams on **Streamr** network.
487
487
488
-
We heavily recommend checking out the rest of the **Build Minima Website** - [build.minima.global](http://build.minima.global/) for more tutorials and the **Streamr** docs - https://docs.streamr.network/ to learn more about *Streamr*.
488
+
We heavily recommend checking out the rest of tutorials and the **Streamr** docs - https://docs.streamr.network/ to learn more about *Streamr*.
489
489
490
490
Check out all the code on Github **[here.](https://github.com/minima-global/streamr-minidapp-example/blob/main/README.md)**
Copy file name to clipboardExpand all lines: content/docs/learn/maxima-faq.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ Your Contact Address identifies your Minima address and location in the peer-to-
29
29
30
30
## What is MaxSolo?
31
31
MaxSolo is a messaging MiniDapp that uses Minima and Maxima to enable you to exchange messages, Minima coins, custom tokens and NFTs to your Maxima contacts.
32
-
The latest version of MaxSolo can be downloaded from our [MiniDapps site](https://minidapps.minima.global) and installed on your Minima node.
33
32
34
33
## Are my Maxima messages private?
35
34
Messages sent over Maxima are signed by the sender and encrypted end-to-end, so only the recipient of your message is able to decrypt and read it.
Copy file name to clipboardExpand all lines: content/docs/learn/minidapps-about.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Other ‘decentralized’ applications are decentralized in name only, often rel
29
29
30
30
31
31
## What MiniDapps are currently available?
32
-
You will find the latest MiniDapps, developed by the Minima Team, available to download from the [MiniDapps website](https://minidapps.minima.global/).
32
+
You will find the latest MiniDapps, developed by the Minima Team, installed by default when starting a node.
33
33
In future, we expect the majority of MiniDapps to be built by the open-source community—that could be you!
Copy file name to clipboardExpand all lines: content/docs/user-guides/mds/manage-minidapps.mdx
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,12 @@ Provided the MiniDapp system is enabled, a set of default MiniDapps will be inst
9
9
## Installing new MiniDapps
10
10
11
11
1. Login to Minima and open the **Dapp Store** MiniDapp
12
-
2. If the Dapp Store is in WRITE mode, you can install MiniDapps with one click then return to the home screen to open the new MiniDapp.
12
+
2. To install MiniDapps with one click, ensure the Dapp Store is in WRITE mode.
13
+
3. If it is your first time using the Dapp Store, you will need to add a store using a link that someone has shared with you.
13
14
14
15

15
16
16
-
3. If the Dapp Store is in READ mode, you must first download the MiniDapp to your device
17
-
18
-
_Alternatively, MiniDapps can be downloaded from our [MiniDapp site.](https://minidapps.minima.global/)_
17
+
4. If the Dapp Store is in READ mode, you must first download the MiniDapp to your device then return to the home screen and click on the + icon in the top right
19
18
20
19

21
20
@@ -29,8 +28,6 @@ _Alternatively, MiniDapps can be downloaded from our [MiniDapp site.](https://mi
29
28
30
29
</Callout>
31
30
32
-
4. Return to the home screen and click on the + icon in the top right
33
-
34
31

35
32
36
33
5.**Choose File** and select the MiniDapp you just downloaded
@@ -55,17 +52,15 @@ By updating a MiniDapp, all data will be transferred automatically to the new Mi
55
52
56
53
3. If the Dapp Store is in READ mode, you must first download the MiniDapp to your device
57
54
58
-
_Alternatively, MiniDapps can be downloaded from our [MiniDapp site.](https://minidapps.minima.global/)_
59
-
60
-
3. Return to the Home screen and right click (or long press on mobile) on the MiniDapp you wish to update
55
+
4. Return to the Home screen and right click (or long press on mobile) on the MiniDapp you wish to update
61
56
62
57

63
58
64
-
4. Select **Update**
59
+
5. Select **Update**
65
60
66
-
5. Find and select the MiniDapp you just downloaded
61
+
6. Find and select the MiniDapp you just downloaded
Copy file name to clipboardExpand all lines: content/docs/user-guides/set-your-profile.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ tag: user-guides
6
6
7
7
Maxima allows you to communicate with friends and family and other Minima node runners, peer-to-peer. Simply set up your profile add some contacts to get started.
8
8
9
-
There are several [MiniDapps](https://minidapps.minima.global/) that use Maxima:
9
+
There are several MiniDapps that use Maxima:
10
10
11
11
1. MaxContacts: Set your profile and add, remove and manage your contacts.
0 commit comments