Skip to content

A set of Move tools for the Substrate Framework which can be used in the MoveVM pallet.

License

Notifications You must be signed in to change notification settings

eigerco/substrate-stdlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

substrate-stdlib for pallet-move

This repository is part of the pallet-move project, 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

  • pallet-move - Main repo containing the Move pallet.
  • move-stdlib - Provides elementary Move functions in Move smart contracts.
  • substrate-move - A modified MoveVM fork for the use of MoveVM in the pallet-move repo.
  • smove - Handles the gas estimation, the serialization of script and module transactions, and the inspection of the module's ABIs.

License

substrate-stdlib is licensed as MIT.

About Eiger

We are engineers. We contribute to various ecosystems by building low level implementations and core components. We believe in Move and in Polkadot and wanted to bring them together. Read more about this project on our blog.

Contact us at hello@eiger.co Follow us on X/Twitter

About

A set of Move tools for the Substrate Framework which can be used in the MoveVM pallet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages