LocalCoinSwap Cryptoshares
This repository contains the code for the LocalCoinSwap cryptoshares.
Authors
- Taylor Scheel
- Nathan Worsley
Usage
First clone the repository:
git clone https://github.com/LocalCoinSwap/cryptoshares.git
Install truffle:
npm install -g truffle
Install the dependencies:
npm install
Compile the code with truffle:
truffle compile