A simple API proxy for managing Venly custodial wallets for the SocialClaim project
bundle install
export VUE_APP_VENLY_API_URL="https://..."
export VUE_APP_VENLY_LOGIN_URL="https://..."
export VUE_APP_VENLY_CLIENT_ID="Testaccount-xxxxx"
export VUE_APP_SECRET_ID=""
export VUE_APP_APPLICATION_ID=""
export VUE_APP_SOCIALCLAIM_API_URL=""
// On the remote server
dokku apps:create socialclaim-api
dokku config:set socialclaim VUE_APP_VENLY_API_URL="https://...
dokku config:set socialclaim VUE_APP_VENLY_LOGIN_URL="https://..."
dokku config:set ...
foreman start