Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 674 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (30 loc) · 674 Bytes

Contributing

Deployment

After commit & push:

  1. Bump
# Update sdk if needed
# yarn add protofun
#
yarn version
  1. Push a new container
# Update NEXT_PUBLIC_PROTOFUN_SERVICE in .env.local
#
yarn docker:build
yarn docker:run # to test
yarn docker:tag
yarn docker:push
# or 
yarn deploy
  1. Update the server
cd repos/protofun-indexer && docker pull danielconstantin/protofun-ui:latest && make start-graph-node

Updating sdks

yarn add protofun-service@http://localhost:3030/protofun-service-0.0.5.tgz
yarn add protofun-service@https://service.protocol.fun/protofun-service-0.0.5.tgz