https://github.com/eigerco/move-stdlib
The Move-language's standard library (stdlib) is for usage in pallet-move.
https://github.com/eigerco/move-stdlib
Last synced: 5 months ago
JSON representation
The Move-language's standard library (stdlib) is for usage in pallet-move.
- Host: GitHub
- URL: https://github.com/eigerco/move-stdlib
- Owner: eigerco
- License: apache-2.0
- Created: 2024-04-16T15:09:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T09:28:38.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T05:32:33.011Z (about 1 year ago)
- Language: Move
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](LICENSE).
## About [Eiger](https://www.eiger.co)
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](https://www.eiger.co/blog/eiger-brings-move-to-polkadot).
Contact us at hello@eiger.co
Follow us on [X/Twitter](https://x.com/eiger_co)
[pallet-move]: https://github.com/eigerco/pallet-move
[smove]: https://github.com/eigerco/smove
[substrate-move]: https://github.com/eigerco/substrate-move
[substrate-stdlib]: https://github.com/eigerco/substrate-stdlib