Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/capsulesocial/capsule-vue
- Owner: capsulesocial
- License: agpl-3.0
- Created: 2021-03-13T17:47:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T16:53:26.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T21:52:16.822Z (almost 2 years ago)
- Topics: blogchain, capsulesocial, ipfs, near, near-protocol, web3
- Language: Vue
- Homepage: https://blogchain.app
- Size: 524 MB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)