Skip to content

Blogchain's web application, decentralised discourse and publishing on web3.

License

Notifications You must be signed in to change notification settings

capsulesocial/capsule-vue

Folders and files

NameName
Last commit message
Last commit date
Sep 28, 2022
Feb 22, 2022
Nov 21, 2022
Jul 22, 2021
Sep 16, 2022
Apr 21, 2022
Jul 26, 2021
Aug 25, 2022
Aug 25, 2022
Feb 22, 2022
Jul 13, 2022
Oct 17, 2022
Sep 21, 2022
Sep 16, 2022
Mar 15, 2022
Nov 21, 2022

Repository files navigation

Blogchain

Blogchain's frontend code

Requirements

  • NodeJS v14.5.0 or higher.

Getting started

.env Setup

CONTRACT_NAME=blogchain.near
DOMAIN="https://blogchain.app"
CAPSULE_SERVER="https://blogchain.app/server"
ORBIT_URL="https://node1.blogchain.app"
TORUS_GOOGLE_VERIFIER="blogchain-app-production"
TORUS_GOOGLE_CLIENTID="367906518235-1gh9efo0518u43fnaj3qfgob64fv1o8p.apps.googleusercontent.com"
TORUS_DISCORD_VERIFIER="blogchain-app-discord-production"
TORUS_DISCORD_CLIENTID="947888768269033512"
TORUS_NETWORK=mainnet
STRIPE_PUBLISHABLE_KEY=pk_live_51I81pBCPCJ3FaYLGK7rT7mqLsvvFCAOOxdN2RDLt868Oc2Tvrp6MYuyOoPyT6GkZNXvbGY02T5q6IsB8Z6HpE1PN00aopEjYBi
HCAPTCHA_SITE_KEY="4c2a59d5-cedc-4e81-a646-b769bf50e52c"
NEAR_NETWORK=mainnet

Commands

# install dependencies
$ `yarn install`

# Server with hot reload on http://localhost:3000
$ `yarn web`

# Production build
$ yarn build:web

# Serve production build
$ yarn start

Development repository

New development is happening on the blogchain-vue repository. Blogchain's code will eventually be substituted with the code on blogchain-vue.

License

GNU AFFERO GENERAL PUBLIC LICENSE 3