icetea-labs / brittle

Truffle-like development cli for icetea blockchain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brittle

A CLI for developing smart contracts for Icetea blockchain.

Prerequisites

$ curl https://sh.rustup.rs | sh -s -- -y
$ export PATH=$PATH:$HOME/.cargo/bin
$ rustup target add wasm32-unknown-unknown
$ cargo install wasm-bindgen-cli --vers 0.2.37

Install

$ npm i -g https://github.com/TradaTech/brittle
$ brittle --help

Some ready-for-use boxes could be found here https://github.com/brittle-box

About

Truffle-like development cli for icetea blockchain.


Languages

Language:JavaScript 100.0%