Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gammaswap/v0-hackathon
https://github.com/gammaswap/v0-hackathon
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gammaswap/v0-hackathon
- Owner: gammaswap
- License: gpl-3.0
- Created: 2022-05-19T21:57:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T06:34:20.000Z (over 2 years ago)
- Last Synced: 2023-03-06T13:46:49.973Z (almost 2 years ago)
- Language: JavaScript
- Size: 8.31 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.3How to start client in server:
create build "npm run build"
install serve globally "npm install -g serve"
install pm2 globally "npm install -g pm2"
start client by running "pm2 start v0-hackathon-app.sh"
*Client will listen on port 3010
## Truffle Run command
"postinstall": "npx truffle compile && npm run generate-types",