Skip to content

Commit

Permalink
Fix typos, minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
thobson88 committed Jul 16, 2024
1 parent df4a99d commit 09b1227
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions docs/ion.md
Original file line number Diff line number Diff line change
Expand Up @@ -811,9 +811,7 @@ To fund your wallet, send Bitcoins to the **first** receive address in this list

If you do not already own any bitcoins, they can be purchased on a [Bitcoin exchange](https://bitcoin.org/en/exchanges). Make sure that you acquire genuine bitcoins, which are identified by the ticker symbol `BTC`. When withdrawing your coins from the exchange, enter the receive address obtained in the preceding step to send them to your ION wallet.

After sending bitcoins to your wallet, you will need to wait for the transaction to be confirmed by the Bitcoin network. This should take around 10 minutes on average, but may take longer depending on the size of the transaction fee paid.

After sending bitcoins to your wallet, you will need to wait for the transaction to be confirmed by the Bitcoin network. To check the status of your transaction, paste the transaction ID into a Bitcoin blockchain explorer such as [blockstream.info](https://blockstream.info/).
After sending bitcoins to your wallet, you will need to wait for the transaction to be confirmed by the Bitcoin network. This should take around 10 minutes on average, but may take longer depending on the size of the transaction fee paid. To check the status of your transaction, paste the transaction ID into a Bitcoin blockchain explorer such as [blockstream.info](https://blockstream.info/).


=== "Testnet"
Expand All @@ -828,12 +826,12 @@ To fund your wallet, send Bitcoins to the **first** receive address in this list

After sending bitcoins to your wallet, you will need to wait for the transaction to be confirmed by the Bitcoin network. To check the status of your transaction, paste the transaction ID into a Bitcoin Testnet explorer such as [blockstream.info](https://blockstream.info/testnet/).

Then check your wallet balance with:
When the transaction is confirmed, check your wallet balance with:
```console
$ bitcoin-cli getbalances
```
The output should look something like this, with a non-zero balance for the `watchonly` wallet:
```
```json
{
"mine": {
"trusted": 0.00000000,
Expand Down
1 change: 1 addition & 0 deletions docs/technical-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Trustchain adopts the W3C standard for Verifiable Credentials (VCs) and specifies the precise nature of the Verifiable Data Registry which plays a central role in the [VC data model](https://www.w3.org/TR/vc-data-model-2.0/#roles). The main purpose of this data registry is to store [Decentralised Identifiers](https://www.w3.org/TR/did-core/) (DIDs) and associated DID Documents containing public key information.

The data registry employed by Trustchain enables independent verification of:

1. the timestamps associated with DIDs and DID Documents (including metadata),
2. the content of those DID Documents.

Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Using a text editor, make a copy of the following template, remove any services

The file can be saved anywhere, but we recommend storing it in a directory named `doc_states` inside the `TRUSTCHAIN_DATA` directory. That way it will be easy to find later, when you use it to create your DID document.

```
```json
{
"services": [
{
Expand Down

0 comments on commit 09b1227

Please sign in to comment.