Skip to content

The Move-language's standard library (stdlib) is for usage in pallet-move.

License

Notifications You must be signed in to change notification settings

eigerco/move-stdlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

move-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 Move functions in Move smart contracts. To provide elementary pure Substrate functions, have a look at the substrate-stdlib.

Currently, it contains the modules:

  • ascii
  • bcs
  • bit_vector
  • error
  • fixed_point32
  • hash
  • option
  • signer
  • string
  • type_name
  • unit_test
  • vector
  • acl

See also

  • pallet-move - Main repo containing the Move pallet.
  • 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.
  • substrate-stdlib - Provides elementary Substrate functions in Move smart contracts.

License

Move-stdlib is licensed as APACHE 2.0.

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

The Move-language's standard library (stdlib) is for usage in pallet-move.

Resources

License

Stars

Watchers

Forks

Releases

No releases published