Skip to content

Commit 0b78392

Browse files
committed
Merge branch 'master' of github.com:AccumulateNetwork/accumulate-docs
2 parents 9cfa816 + f74a927 commit 0b78392

14 files changed

+73
-76
lines changed
31.4 KB
Loading

deep-dive/identity-hierarchies.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: An overview of Accumulate's identity hierarchy
33
---
44

5-
# Identity Hierarchies
5+
# Identity hierarchies
66

77
This guide will take a deeper look at how the construction of ADIs with a focus on the identity hierarchy.
88

@@ -36,7 +36,7 @@ Accounts are terminal sub-chains, meaning that sub-accounts don’t exist. Howev
3636
| **Account-1** | acc://firm/r/properties | acc://user/n/art |
3737
| **Account-2** | acc://firm/c/sales | acc://user/s/USDT |
3838

39-
***
39+
4040

4141
**Sub-ADIs**
4242

@@ -60,7 +60,7 @@ The human resources department can be\*\* \*\*further subdivided into sub-ADIs t
6060
| **Sub3-ADI-1** | acc://bank/i/hr/i/cpo/i/director |
6161
| **SubN-ADI-1** | acc://bank/i/hr/i/cpo/i/director/tbd |
6262

63-
***
63+
6464

6565
**Combining Accounts and Sub-ADIs**
6666

developer-resources/factom-api-support.md

+52-52
Large diffs are not rendered by default.

getting-started/converting-fct-to-acme.md

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ The above command will return an output similar to the following:
8585

8686
* **If a user has FCT in a Hot Wallet or on an Exchange:** Export FS Address (Factom Secret Key) from Factom Wallet. Import FS Address it into Accumulate Wallet (Mobile, Web, CLI). Reference Export and Import Steps.
8787
* **If a user has FCT in a Ledger:** No action on the user’s part when the Ledger supports ACME to convert FCT to ACME. The user will need to install the ACME Ledger application.
88-
* **If a user has WFCT:** WFCT holders can convert their WFCT to ACME using this [https://wfct-burn.netlify.app](https://wfct-burn.netlify.app)
8988

9089
### Exchange Expectation
9190

integration/ledger-integration/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ If it doesn't work, run `make clean` then rerun the **step 10** command.
101101

102102
At this stage, your Ledger Nano will show you **Deny unsafe manager** and an arrow **>** to see other options like **Public key** and **Allow safe manager.**
103103

104-
<figure><img src="../../.gitbook/assets/Screenshot 2022-10-07 at 11.00.18.png" alt=""><figcaption><p><strong>Deny unsafe manager</strong></p></figcaption></figure>
104+
<figure><img src="../../.gitbook/assets/Screenshot 2022-10-07 at 11.00.18 (1).png" alt=""><figcaption><p><strong>Deny unsafe manager</strong></p></figcaption></figure>
105105

106106
Press the right button to navigate to **Allow safe manager.** Then press both buttons to accept.
107107

release-note/release-note/release-note-0.5.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Note 0.5.1
22

3-
### **Accumulate 0.5.1 -** April 30th 2022 ****&#x20;
3+
### **Accumulate 0.5.1 -** April 30th 2022&#x20;
44

55
🚀 **New**&#x20;
66

setup/debugging-node-issues.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,4 @@ When running a DNN and BVNN in dual-mode, the BVNN's Prometheus exporer is disab
1919

2020
The base port for the testnet and mainnet is 16591. All of the node ports have a fixed offset from the base port.
2121

22-
| Service | DNN | BVNN |
23-
| -------------- | --- | ---- |
24-
| Tendermint P2P | 0 | 100 |
25-
| Tendermint RPC | 1 | 101 |
26-
| Prometheus | 3 | 103 |
27-
| Accumulate API | 4 | 104 |
22+
<table><thead><tr><th width="249">Service</th><th>DNN</th><th>BVNN</th></tr></thead><tbody><tr><td>Tendermint P2P</td><td>0</td><td>100</td></tr><tr><td>Tendermint RPC</td><td>1</td><td>101</td></tr><tr><td>Prometheus</td><td>3</td><td>103</td></tr><tr><td>Accumulate API</td><td>4</td><td>104</td></tr></tbody></table>

setup/follower-node-setup-with-accman.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ This will create a login account `accman`. The private keys from \`/root/.ssh/au
134134
### Synchronizing
135135

136136
{% hint style="warning" %}
137-
Before booting your node, **** you must configure it to synchronize to the latest snapshot. If you skip this step, your node will take days or weeks to get caught up in the network.
137+
Before booting your node, you must configure it to synchronize to the latest snapshot. If you skip this step, your node will take days or weeks to get caught up in the network.
138138
{% endhint %}
139139

140140
Get the latest snapshot height and hash for the DN and BVN you're joining. For now, send a message on [#operator-chat](https://discord.com/channels/677558240141115481/1001135069727043594) requesting the latest snapshots.

setup/validator-node-setup-with-accman.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ _Please provide the **Validator Public Key** and **Operator Public Key** to a me
6161

6262
When you search on a Web Page, your node's I.P. (I.P. :16592.status), if the voting power is 0, you are running a follower node. If the voting power is 1, you are running a Validator Node.&#x20;
6363

64-
_****_![](<../.gitbook/assets/image (3).png>)_****_
64+
![](<../.gitbook/assets/image (3).png>)
6565

6666
In a future AccMan release, the type of Node you are running will be visible in your AccMan console.
6767

68-
_To verify, your **operator key** is on the **operator key page.** _&#x20;
68+
_To verify, your **operator key** is on the **operator key page.**_&#x20;
6969

7070
_Run this command_
7171

staking/how-to-stake-your-tokens.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: This article will show you how to stake your ACME tokens.
33
---
44

5-
# How to Stake your Tokens
5+
# How to stake your tokens
66

77
{% hint style="info" %}
88
**Staking tokens gives custody of those tokens over to the staking system** unless and until they are unstaked.
@@ -92,7 +92,7 @@ Since you are setting up delegated staking, you must choose an Operator to stake
9292
| ARSR | `arsr.acme` |
9393
| PrestigeIT | `PrestigeIT.acme` |
9494

95-
****
95+
9696

9797
### Step 4: Run the Delegated Staking Command
9898

tools/java-sdk.md

-1
Original file line numberDiff line numberDiff line change
@@ -565,4 +565,3 @@ public class WriteData {
565565
}
566566
```
567567

568-
****

tutorials/bridge/how-to-use-the-accumulate-ethereum-bridge.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Learn how to convert ACME to WACME using the Accumulate Bridge
33
---
44

5-
# How to mint WACME
5+
# How to convert ACME to WACME
66

77
Wrapped Accumulate (WACME) is an ERC-20 wrapped version of the native ACME token on Ethereum. WACME allows users in the Ethereum ecosystem to use ACME across an array of DeFi platforms, such as Uniswap and Curve.
88

@@ -22,14 +22,18 @@ Note: If you would like to test the Bridge on the Goerli Testnet, you can follow
2222

2323
### **How to add Accumulate to Metamask**
2424

25-
**1.** To use the Accumulate Mainnet Bridge, please go to: [**bridge.accumulatenetwork.io**](https://bridge.accumulatenetwork.io/mint)****
25+
**1.** To use the Accumulate Mainnet Bridge, please go to: [**bridge.accumulatenetwork.io**](https://bridge.accumulatenetwork.io/mint)
2626

2727
<figure><img src="../../.gitbook/assets/Screenshot 2022-10-27 at 14.16.25.png" alt=""><figcaption></figcaption></figure>
2828

2929
**2.** Click on **connect a wallet**. you will see a pop-up similar to the image below.
3030

31+
<div align="left">
32+
3133
<figure><img src="../../.gitbook/assets/Screenshot 2022-10-27 at 14.27.38.png" alt=""><figcaption></figcaption></figure>
3234

35+
</div>
36+
3337
**3.** Choose either **Metamask** or **WalletConnect** depending on your connection method**.**&#x20;
3438

3539
An approval transaction will be sent to your wallet. After approving the transaction, your wallet will be connected to the bridge.
@@ -40,9 +44,9 @@ An approval transaction will be sent to your wallet. After approving the transac
4044

4145
&#x20;**4.** Type in the amount of ACME you would like to convert. &#x20;
4246

43-
****![](<../../.gitbook/assets/image (17).png>)****
47+
![](<../../.gitbook/assets/image (17).png>)
48+
4449

45-
****
4650

4751
**5.** Click **Next** to view the mint instruction.
4852

tutorials/bridge/release-acme-in-accumulate-burn-wrapped-acme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ Your transaction is now successful.
6060

6161
### **Transaction hash**
6262

63-
You can also view the transaction on [Etherscan](https://etherscan.io) by copying the transaction hash **** displayed by the bridge.
63+
You can also view the transaction on [Etherscan](https://etherscan.io) by copying the transaction hash displayed by the bridge.
6464

6565
<figure><img src="../../.gitbook/assets/Screenshot 2022-11-18 at 17.55.54.png" alt=""><figcaption></figcaption></figure>

tutorials/how-to-create-a-lite-account-and-keys-on-mainnet-testnet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Generate random Lite Identity and ACME Lite Token Account &#x20;
5656
./accumulate account generate
5757
```
5858

59-
****
59+
6060

6161
**Command:** &#x20;
6262

0 commit comments

Comments
 (0)