An open API service indexing awesome lists of open source software.

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

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)