/gammaswap

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

ganache is run with node v18.2.0

use "ethereumjs-abi": "^0.6.7", insetad of latest because latest repo has an issue with hdwallet-provider

npm install with node v18.2.0 everything works with node v18.2.0 except deployment to ropsten deployment to ropsten works with node v14.17.3

How to start client:

install pm2 globally "npm install -g pm2"

start client by running "pm2 start app.sh"

Truffle Run command

"postinstall": "npx truffle compile && npm run generate-types",