Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/capsulesocial/capsule-vue

Blogchain's web application, decentralised discourse and publishing on web3.
https://github.com/capsulesocial/capsule-vue

blogchain capsulesocial ipfs near near-protocol web3

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

Blogchain

[Blogchain](https://blogchain.app)'s frontend code

## Requirements

- NodeJS v14.5.0 or higher.

## Getting started

#### .env Setup

```bash
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

```bash
# 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](https://github.com/capsulesocial/blogchain-vue) repository. Blogchain's code will eventually be substituted with the code on blogchain-vue.

## License

[GNU AFFERO GENERAL PUBLIC LICENSE 3](./LICENSE)