Achi-Coin / alvm_tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is the in-development version of alvm_tools for alvm, which implements, a LISP-like language for encumbering and releasing funds with smart-contract capabilities.

Set up

Set up your virtual environments

$ python3 -m venv venv
$ . ./venv/bin/activate (windows: venv\Scripts\activate.bat)
$ pip install -e .

Optionally, run unit tests for a sanity check.

$ pip install pytest
$ py.test tests

About

License:Apache License 2.0


Languages

Language:Python 100.0%