Getting Started
Prerequisites
Usage of the ConditionalTokens
smart contract requires some
proficiency in Solidity.
Additionally, this guide will assume a Truffle based setup. Client-side code samples will be written in JavaScript assuming the presence of a web3.js instance and various TruffleContract wrappers.
The current state of this smart contract may be found on Github.
Installation
Via NPM
This developmental framework may be installed from Github through NPM by running the following:
npm i '@gnosis.pm/conditional-tokens-contracts'