Skip to content

socialclaim/socialclaim-dapp

Repository files navigation

Live version

socialclaim.nescrypto.com

How to use video

See on youtube

Project setup

npm install

ENV variables

export VUE_APP_SOCIALCLAIM_CONTACT_ADDR="0x000"
export VUE_APP_LINK_CONTRACT_ADDR="0x000"
export VUE_APP_RPC_PROVIDER="https://..."
export VUE_APP_REQUIRED_CHAIN_ID="00"
export VUE_APP_SAMPLE_BSC_REPORT_ADDRESS="0x000"
export VUE_APP_URL="https://..."
export VUE_APP_GTAG="G-XXXXX"

Easy deploy with dokku

// On the remote server
dokku apps:create socialclaim
dokku config:set socialclaim NGINX_ROOT=dist
dokku config:set socialclaim VUE_APP_SOCIALCLAIM_CONTACT_ADDR="0x000"
dokku config:set socialclaim VUE_APP_LINK_CONTRACT_ADDR="0x000"
dokku config:set ...

Compiles and minifies for production

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published