This repository contains the code for the LocalCoinSwap cryptoshares.
- Taylor Scheel
- Nathan Worsley
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