Skip to content

Commit

Permalink
Update docs/build/smart-contract/basic-concepts/coins.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Modship <[email protected]>
  • Loading branch information
peterjah and modship authored Oct 10, 2024
1 parent 3ed7f1c commit 7e66c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/smart-contract/basic-concepts/coins.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Interacting with MAS Tokens in Massa Smart Contracts
# 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.
Mas token is represented using a u64 value.
Here’s a guide on how to handle these interactions within a contract.
Expand Down

0 comments on commit 7e66c83

Please sign in to comment.