Skip to content

TheBitgram/frontend

 
 

Repository files navigation

DeSo Logo

About DeSo

DeSo is a blockchain built from the ground up to support a fully-featured social network. Its architecture is similar to Bitcoin, only it supports complex social network data like profiles, posts, follows, creator coin transactions, and more.

Read about the vision

About This Repo

Documentation for this repo lives on docs.deso.org. Specifically, the following docs should give you everything you need to get started:

Updating Versions

v<DESO_VERSION>.<PATCH_VERSION>

ex - v2.1.1.0 is deso version v2.1.1 and patch version 0 from our changes

By default, new patch version is tagged each time a PR is merged to the main branch. The major and minor version are in the version.txt file in this repo. Update this file to tag a new major or minor version.

Deploying Service

Go to Actions > Deploy (link) and click Run workflow. Enter the version tag and environment to deploy to.

Start Coding

The quickest way to contribute changes to the BitClout Frontend is the following these steps:

  1. Open frontend repo in Gitpod

Open in Gitpod

You can use any repo / branch URL and just prepend https://gitpod.io/# to it.

  1. If needed, login to your github account

  2. Set the correct lastLocalNodeV2 to "https://api.tijn.club" in your browser Local Storage for the gitpod preview URL

  3. Create a new branch to start working

To commit / submit a pull reqest from gitpod, you will need to give gitpod additional permissions to your github account: public_repo, read:org, read:user, repo, user:email, workflow which you can do on the GitPod Integrations page.

Packages

No packages published

Languages

  • TypeScript 64.2%
  • HTML 31.3%
  • SCSS 4.0%
  • HCL 0.2%
  • JavaScript 0.1%
  • Dockerfile 0.1%
  • Other 0.1%