Created by Autonomous Finance for educational purposes in the community of builders on AO and the broader Arweave ecosystem.
The projects and test suites are written in Lua.
In order to build the projects and run the test suites you need
- Lua installation on your OS
- Luarocks package manager
- Lua package Busted (
$ luarocks install busted
) - Lua package Amalgamate (
$ luarocks install amalg
)