Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 951 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 951 Bytes

Substrate-stdlib for Pallet Move

This repository is part of Pallet Move, which enables users to write smart contracts in Substrate-based blockchains with the Move language. This standard library can be included to provide elementary Substrate functions in Move smart contracts.

Currently, it contains the module:

  • balance: Supports the transfer of balances on the blockchain and checking current balances on accounts. Find more details in the module documentation.
  • substrate_hash: Set of useful hash functions. Find more details in the module documentation.

See also

License

Substrate-stdlib is licensed as MIT.