https://github.com/gregnazario/awesome-move-stdlib
A standard library for Aptos, made entirely by the community
https://github.com/gregnazario/awesome-move-stdlib
Last synced: 5 months ago
JSON representation
A standard library for Aptos, made entirely by the community
- Host: GitHub
- URL: https://github.com/gregnazario/awesome-move-stdlib
- Owner: gregnazario
- License: gpl-3.0
- Created: 2024-12-16T22:32:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T21:31:48.000Z (5 months ago)
- Last Synced: 2025-01-17T22:30:42.676Z (5 months ago)
- Language: Move
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# awesome-stdlib
A standard library for Aptos Move, made entirely for trying new things.
## AwesomeDataStructures
A set of reusable data structures for different purposes. They have not been load tested significantly for gas.
[See more](./move/AwesomeDataStructures)
## AwesomeStdLib
A standard library of useful and repeatable code that I find myself often rewriting over and over. It could be added
to the main framework one day.[See more](./move/AwesomeStdLib)
## AwesomeTestLib
A library for repeatable test actions, so that we don't have to go through the pain and suffering of setting things up
over and over.[See more](./move/AwesomeTestLib)