/algo-green-bond

Primary LanguageJavaScriptMIT LicenseMIT

Algorand Green Bonds - Smart Contracts

Requirements

Setup

To install all required packages, run:

python3 -m pip install -r requirements.txt
npm install

Usage

Run all tests using algob test or specific test file using mocha <PATH_TO_TEST_FILE>.