Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update creating-accounts.md #1706

Merged
merged 1 commit into from Feb 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/1.concepts/basics/accounts/creating-accounts.md
Expand Up @@ -50,7 +50,7 @@ nearAPI.utils.PublicKey.fromString(pk58).data.hexSlice()

The output string will be the account ID in hex (without `'`), for example `98793cd91a3f870fb126f66285808c7e094afcfc4eda8a970f6648cdf0dbd6de`.

You can share this `id` with anyone to recieve Near tokens. At least **0.001Ⓝ** is needed to start using the account.
You can share this `id` with anyone to receive Near tokens. At least **0.001Ⓝ** is needed to start using the account.

:::tip
You can also use **other languages** to infer the implicit address, for example, in python you can use the `base58` package: `base58.b58decode(<data>).hex()`
Expand Down