Skip to content

Commit

Permalink
fix: update text
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed May 22, 2024
1 parent e465940 commit f32f064
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/docs/guides/broadcast-request.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Broadcast Request
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

Broadcast Request is a feature in Beacon SDK that enables applications to send transaction requests to the blockchain. This is primarily used for broadcasting signed transactions to the network.
Broadcast Request is a feature in Beacon SDK that enables applications to send transaction requests. This is primarily used for broadcasting signed transactions to the network.

<Tabs
groupId="beaconOrTaquitoBR"
Expand Down
6 changes: 3 additions & 3 deletions src/docs/guides/fa1.2-transfer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ title: FA1.2 Transfer
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

The FA1.2 Transfer feature in Beacon SDK allows token transfers following the FA1.2 standard in Tezos blockchain applications. This standard pertains to fungible tokens, similar to ERC-20 in the Ethereum ecosystem.
The FA1.2 Transfer feature in Beacon SDK allows token transfers following the FA1.2 standard.

<Tabs
groupId="beaconOrTaquitoFA1"
<Tabs
groupId="beaconOrTaquitoFA1"
defaultValue="taquito"
values={[
{ label: "Beacon", value: "beacon" },
Expand Down
2 changes: 1 addition & 1 deletion src/docs/guides/fa2-transfer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: FA2 Transfer
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

The FA2 Transfer feature in the Beacon SDK is designed for handling token transfers using the FA2 standard on the Tezos blockchain. FA2 is a multi-asset interface, enabling a wide range of token types and configurations, including fungible, non-fungible, and multi-asset tokens.
The FA2 Transfer feature in the Beacon SDK is designed for handling token transfers using the FA2 standard. FA2 is a multi-asset interface, enabling a wide range of token types and configurations, including fungible, non-fungible, and multi-asset tokens.

<Tabs
groupId="beaconOrTaquitoFA2"
Expand Down
3 changes: 1 addition & 2 deletions src/docs/guides/request-permissions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ title: Request Permissions
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

`RequestPermissions` is a critical function in the Beacon SDK, used to establish connections between dApps and users' wallets.
This process involves requesting and obtaining the user's consent to access certain features of their wallet, which is essential for any interaction that a dApp intends to perform with the user's blockchain account.
RequestPermissions helps dApps connect with users' wallets. This involves asking for and getting the user's permission to access certain wallet features, which is needed for any actions the dApp wants to perform with the user's account.

<Tabs
groupId="beaconOrTaquitoRP"
Expand Down

0 comments on commit f32f064

Please sign in to comment.