danqulogy / social-blocks

Decentralized social links built using ArcBlock Blocklets and IPFS

Home Page:https://www.socialblocks.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social Blocks

Social Blocks

Monorepo for the Social Blocks DApp on ArcBlock

  • This project can be deployed on a Blocklet Server and allows for only one user per an instance.
  • Once a user authenticates with DID Wallet, they are the sole owner.
  • If deployed to a production server, you can easily map your site to the domain of your choice.

Contributing

  • Please feel free to inquire about any unassigned issues or make a pull request after forking the repository.
  • If making a commit. Please clear the database folder, add an empty app.db file, and restart the application first.

Using Blocklet Server and Blocklet CLI

yarn global add @blocklet/cli
git clone https://github.com/vmcodes/social-blocks
cd social-blocks
yarn install
yarn build
blocklet server init --mode debug
blocklet server start
blocklet dev

Local Development without the Blocklet CLI

  • Install all dependencies for the server and client.
yarn install
  • Build entire project.
yarn build
  • Run backend and serve frontend build folder.
yarn start

Deploying on Blocklet Server

yarn build
yarn bundle
yarn deploy

License

This code is licensed under the ISC license found in the LICENSE file.

About

Decentralized social links built using ArcBlock Blocklets and IPFS

https://www.socialblocks.io

License:ISC License


Languages

Language:JavaScript 65.0%Language:TypeScript 16.7%Language:CSS 13.5%Language:HTML 3.3%Language:Shell 1.5%