Skip to content

diegocardoso93/AlgoLua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgoLua

This project is focused on creating the Algorand Lua SDK so that developers can integrate Algorand features with the most common game engines that use the Lua scripting language. The initial plan is to support Defold, Solar2D (Corona SDK), LÖVE. [WIP]

this project is not audited and should not be used in a production environment.

Quick Start

local algod = require("AlgoLua.Api.Algod")

algod.token = "Your algod API token"
algod.address = "http://localhost:8080"

algod.genesis(function(data) pprint(data) end, function(error) pprint(error) end)

Currently support

API Algod

Defold Solar2D Löve
All search methods
Make transactions
Create assets
Create applications

API Indexer

Defold Solar2D Löve
All search methods

WalletConnect protocol

Defold Solar2D Löve
Create QRCode
Account balance (list assets)
Select network (testnet, mainnet)
Sign pay transaction
Sign asset opt-in transaction
Sign asset transfer transaction
Sign app opt-in transaction
Sign app call transaction

Project examples

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published