Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Sep 9, 2024
1 parent 8d94ea4 commit ea8aa5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/2.build/2.smart-contracts/what-is.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ Besides, smart contracts can store data in the account's storage. This allows co

## What are they used for?
Smart contracts are useful to create **decentralized applications**. Some traditional examples include:
- [Decentralized Autonomous Organizations](https://dev.near.org/nearcatalog.near/widget/Index?cat=dao), where users create and vote proposals
- [Marketplaces](https://dev.near.org/nearcatalog.near/widget/Index?cat=marketplaces), where users create and commercialize digital art pieces
- [Decentralized exchanges](https://dev.near.org/nearcatalog.near/widget/Index?cat=exchanges), where users can trade different currencies
- [And many more...](https://dev.near.org/nearcatalog.near/widget/Index)
- [Decentralized Autonomous Organizations](https://dev.near.org/applications?cat=dao), where users create and vote proposals
- [Marketplaces](https://dev.near.org/applications?cat=marketplaces), where users create and commercialize digital art pieces
- [Decentralized exchanges](https://dev.near.org/applications?cat=exchanges), where users can trade different currencies
- [And many more...](https://dev.near.org/applications)

For instance, you can easily create a crowdfunding contract that accepts $NEAR. If the goal is met in time, the creator can claim the funds. Otherwise, the backers are refunded.

Expand Down
2 changes: 1 addition & 1 deletion docs/6.integrations/create-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const provider = new nearAPI.providers.JsonRpcProvider(

To sign a transaction to send NEAR Ⓝ, we will need a `FullAccess` key to the sender's account.

- If you created the account using [`near-cli`](../4.tools/cli) or ran [`near login`](../4.tools/cli#import) in your terminal, your private key can be found in the your machine keychain.
- If you created the account using [`near-cli`](../4.tools/cli.md) or ran [`near login`](../4.tools/cli#import) in your terminal, your private key can be found in the your machine keychain.
- If you created an account using [NEAR Wallet](https://testnet.mynearwallet.com/), your key will be found in your browser's `Local Storage`.
- In your browser's dev tools... `Application` >> `Storage` >> `Local Storage`

Expand Down
2 changes: 1 addition & 1 deletion website/src/theme/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ function Footer() {
className="footer-menu list-reset mt-5 text-16 md:text-16"
>
<li className="menu-item menu-item-type-post_type menu-item-object-page menu-item-2045">
<a href="https://near.org/devhub.near/widget/app" target="_blank" rel="noopener noreferrer">
<a href="https://dev.near.org/devhub.near/widget/app" target="_blank" rel="noopener noreferrer">
DevHub
</a>
</li>
Expand Down

0 comments on commit ea8aa5a

Please sign in to comment.