Skip to content

kranthicodes/ao-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voting-dapp

AO contract created using create-ao-contract featuring Busted for testing and seamless deployment via ao-deploy.

Prerequisites

  1. Make sure you have Lua and LuaRocks installed.

  2. Install arweave using LuaRocks for testing purposes.

    luarocks install arweave
  3. [Recommended] Install Lua Language Server to make development easier, safer, and faster!. On VSCode, install extension: sumneko.lua

    • Install AO & Busted addon using Lua Addon Manager. On VSCode, goto View > Command Palette > Lua: Open Addon Manager

Usage

To install dependencies:

npm install

To run tests:

pnpm test

To deploy contract:

pnpm deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published