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.
Documentation for this repo lives on docs.deso.org. Specifically, the following docs should give you everything you need to get started:
This frontend works best with Node v14.15.5 and Npm v7. If you can't use these versions, then try npm install --force
.
The quickest way to contribute changes to the DeSo Frontend is the following these steps:
- Open frontend repo in Gitpod
You can use any repo / branch URL and just prepend https://gitpod.io/#
to it.
-
If needed, login to your github account
-
Set the correct
lastLocalNodeV2
to"https://api.tijn.club"
in your browser Local Storage for the gitpod preview URL -
Create a new branch to start working
To commit / submit a pull request 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.