MixCT can be deployed and tested using Truffle and Ganache.
- Node.js, tested with version v16.15.0.
- Yarn, tested with version v1.22.18.
Run the following commands:
npm install -g yarn
npm install -g truffle
npm install -g ganacheIn the main directory, type yarn to install all dependencies.
Open two terminal windows.
Now, in one window, type
yarn serverIn a second window, type
truffle testThis command should compile and deploy all necessary contracts, as well as run some example code.