Skip to content

Commit

Permalink
docs: more fixes (#1519)
Browse files Browse the repository at this point in the history
* docs: typo

* docs: more fixes

---------

Co-authored-by: janniks <[email protected]>
  • Loading branch information
janniks and janniks committed Jul 3, 2023
1 parent 6cec371 commit 58e4960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const network = new StacksMainnet({ url: 'https://www.mystacksnode.com/' });
For web apps you can request the users address via Stacks Connect. [Read more](https://connect.stacks.js.org/modules/_stacks_connect#quotconnectquot-aka-authentication-showconnect)
:::

Stacks.js uses the concept of an "account" to represent a user's identity on the blockchain. An account is identified by a unique address, which is a string of 34 characters. The address is derived from the account's public key, which is derived from the account's private key.
Stacks.js uses the concept of an "account" to represent a user's identity on the blockchain. An account is identified by a unique address. The address is derived from the account's public key, which is derived from the account's private key.

A normal mainnet address starts with `SP` and a testnet address starts with `ST`.
e.g. `SP3FGQ8Z7JY9BWYZ5WM53E0M9NK7WHJF0691NZ159`, `ST2F4BK4GZH6YFBNHYDDGN4T1RKBA7DA1BJZPJEJJ`
Expand Down

1 comment on commit 58e4960

@vercel
Copy link

@vercel vercel bot commented on 58e4960 Jul 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.