Skip to content

Commit

Permalink
getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Sep 15, 2023
1 parent 3cf5ac6 commit c60b049
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Anyone obtaining access to a private key can modify the account the key is assoc

</Callout>

For secure production keys, we suggest using key management services such as [Google key management](https://cloud.google.com/security-key-management) or [Amazon KMS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Encryption.Keys.html), which are also supported by our CLI and SDKs. Those services are mostly great when integrated into your application. However, for personal use, you can securely use any [existing wallets](../tools/wallets.md) as well as a [hardware Ledger wallet](../tools/wallets.md).
For secure production keys, we suggest using key management services such as [Google key management](https://cloud.google.com/security-key-management) or [Amazon KMS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Encryption.Keys.html), which are also supported by our CLI and SDKs. Those services are mostly great when integrated into your application. However, for personal use, you can securely use any [existing wallets](../overview/getting-started/wallets.md) as well as a [hardware Ledger wallet](../overview/getting-started/wallets.md).

## Service Accounts

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
25 changes: 25 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,31 @@
"source": "/next/cadence/why",
"destination": "/next/overview/about/cadence",
"permanent": true
},
{
"source": "/next/tools/wallets",
"destination": "/next/overview/getting-started/wallets",
"permanent": true
},
{
"source": "/next/tools/bridges",
"destination": "/next/overview/getting-started/bridges",
"permanent": true
},
{
"source": "/next/tools/network-faucets",
"destination": "/next/overview/getting-started/network-faucets",
"permanent": true
},
{
"source": "/next/tools/block-explorers",
"destination": "/next/overview/getting-started/block-explorers",
"permanent": true
},
{
"source": "/next/community-resources/projects",
"destination": "/next/overview/getting-started/projects",
"permanent": true
}
]
}

0 comments on commit c60b049

Please sign in to comment.