Skip to content

socialclaim/socialclaim-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Descritpion

A simple API proxy for managing Venly custodial wallets for the SocialClaim project

Project setup

bundle install

ENV variables

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=""

Easy deploy with dokku

// 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 ...

Run locally

foreman start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published