https://github.com/gregnazario/greg-stdlib
A standard library for Aptos, made entirely by Greg
https://github.com/gregnazario/greg-stdlib
Last synced: 5 months ago
JSON representation
A standard library for Aptos, made entirely by Greg
- Host: GitHub
- URL: https://github.com/gregnazario/greg-stdlib
- Owner: gregnazario
- License: gpl-3.0
- Created: 2024-12-16T22:32:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T23:11:10.000Z (6 months ago)
- Last Synced: 2024-12-17T00:29:32.370Z (6 months ago)
- Language: Move
- 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
# greg-stdlib
A standard library for Aptos Move, made entirely by [Greg](https://github.com/gregnazario)
## GregDataStructures
A set of reusable data structures for different purposes. They have not been load tested significantly for gas.
[See more](./move/GregDataStructures)
## GregStdLib
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/GregStdLib)
## GregTestLib
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/GregTestLib)