node 12.*go 1.17.*,unzip,curl(for proto generation)- chrome browser with keplr extension
npm ci./protocgen.sh(generated files are commited, so no need to run it before every usage)npm run start- latest versions of cosmos-sdk seems to ignore CORS directives in config, workaround is using this extension https://chrome.google.com/webstore/detail/moesif-origin-cors-change/digfbfaphojjndkpccljibejjbppifbc
- steps in
make help make local-cleanmake local-initmake local-start
- change
rpcandrestfields in localhost:/3001/settings, or in chain-info-store.ts (default is window.location.hostname)
docker run --rm -p 5001:80 -v $PWD/nginx.conf:/etc/nginx/conf.d/default.conf nginx
sudo vim /etc/nginx/sites-available/default- paste directive from groups-ui/nginx.conf
sudo nginx -s reload