kpeluso / vyper-dynamic-array

Dynamic Arrays in Vyper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vyper Dynamic Arrays

Library for dynamic arrays in Vyper

Installation

  1. Install Python 3

  2. Clone vyper-contracts

$ git clone https://github.com/kpeluso/vyper-dynamic-array
$ cd vyper-contracts
  1. Set up virtual environment
$ pip3 install virtualenv
$ virtualenv -p python3 env
$ source env/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Run tests
$ pytest -v tests/

Updating

Run getCodes.sh to automatically generate bytecode and abi within current file structure

License

MIT

About

Dynamic Arrays in Vyper

License:MIT License


Languages

Language:Python 94.7%Language:Shell 5.3%