Greetings, everyone! 🐧
Consider this the official pre-release of Chinstrap!
Features:
- Flextesa Sandbox
- Support for SmartPy Compilation targets
- Support for SmartPy Tests
- Support for Pytest Tests
- Supports templates from SmartPy
- Supports origination for storage and code
Installation on MacOS with brew:
bash
$ brew tap cuber/homebrew-libsecp256k1
$ brew install libsodium libsecp256k1 gmp
$ pip3 install -U chinstrap
Installation using docker:
bash
$ docker run -v /var/run/docker.sock:/var/run/docker.sock --rm -it ant4g0nist/chinstrap:0.0.13
Installation using docker from repo:
bash
git clone https://github.com/ant4g0nist/chinstrap
cd chinstrap
export image=chinstrap
docker build -t $image . --no-cache
docker run -v /var/run/docker.sock:/var/run/docker.sock --rm -it $image
Happy coding! 💻 Please feel free to reach out to me here: [ant4g0nist](https://twitter.com/ant4g0nist )