header image

BetterIDEa

BetterIDEa

Making developer experiences on ao easier ;)
Subscribe to BetterIDEa
Receive the latest updates directly to your inbox.
Card Header

Technical Foundations of Lua and AO: Building Scalable Decentralised Applications

BetterIDEa
January 16
Decentralised computing systems balance efficiency, scalability, and flexibility. Lua, a lightweight programming language, works seamlessly with ao, a hyper-parallel computer designed for large-scale workloads. Together, they provide tools to build powerful, scalable DApps.
Card Header

Publishing your packages to AO Package Manager

BetterIDEa
June 12
Using APM, you can distribute your tools and utilities to every ao process out there, so devs can use your packages to add extra functionality to their code
Card Header

Install packages on ao processes using AO Package Manager

BetterIDEa
June 11
Add extra functionality to your ao processes with APM, a package manager for installing, managing and publishing packages in the ao ecosystem
Card Header

Writing unit tests for your AO processes using the Test module

BetterIDEa
June 02
Writing production safe code should not be a daunting task, with unit tests on ao, your code becomes much safer. Learn how to write unit tests in BetterIDEa