Skip to content

Commit

Permalink
make SC basic concepts callapsible
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Oct 10, 2024
1 parent 2b8bde4 commit a58b2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/build/smart-contract/basic-concepts/coins.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Interacting with MAS Tokens in Massa smart contracts
In Massa smart contracts, you can interact with the MAS token to perform various financial operations, such as sending and receiving MAS tokens, checking balances, and transferring tokens between addresses.
The Mas token is represented as a u64 value.
All Mas token related functions in AssemblyScript are available in the [@massalabs/massa-as-sdk](https://github.com/massalabs/massa-as-sdk) package.
Here’s a guide on how to handle these interactions within a contract.

:::caution
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const sidebars = {
},
{
type: "category",
collapsible: false,
collapsible: true,
label: "Basic concepts",
items: [
{
Expand Down

0 comments on commit a58b2da

Please sign in to comment.