orchidtexture / smart-contracts

Example stateful and stateless smart contracts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorand Development Environment

Description

Local development environment for Algorand TEAL Smart Contracts. Adapts Algorand's oficial smart-contracts demo repo to work with Algorand sandbox

Requirements

An instance of Algorand's Sandbox running on your machine. You'll need Docker and Docker Compose, please refer to Sandbox repo's README for installation instructions.

First steps

Update your local sandbox path in startnet.sh and stopnet.sh files.

Usage

  • startnet.sh Starts sandbox environment creating private network, indexer and indexer db services.
  • stopnet.sh Stops sandbox environment and deletes containers. Note that after running this command, startnet.sh will create a fresh network from genesis block.

About

Example stateful and stateless smart contracts.

License:MIT License


Languages

Language:JavaScript 34.7%Language:Shell 34.3%Language:Python 18.2%Language:HTML 5.1%Language:TypeScript 4.1%Language:CSS 3.0%Language:Dockerfile 0.3%Language:PHP 0.2%