Developer Hub (beta)
Welcome to the DeSo Developer Hub
DeSo developer hub is rich in resources to help you build your DeSo app. Currently the page supports interactive endpoints that help you connect, read, and write to the DeSo chain.
Tabs
While navigating through each page you'll see some common tabs such as Overview, Code, and Documentation.
Overview: Provides context on what the calls does, and briefly describes the steps required to execute the call.
Code: Provides the source code to execute call. This means you can easily copy these files into your own app or just inspect them for inspiration.build
Documentation: Provides links to formal Deso documentation to provide a more in depth explanation.
Starter App
Looking for a bare bones react template to get started on your DeSo app? Open your terminal and run
git clone https://github.com/DeSoDog/deso-react-template.git
About
The DeSo Developer Hub is under active development so endpoints and other features will continue to be added on a weekly basis. We are also open to community suggestions on what additional functionality could be built which could be anything from an onchain comment threads for common issues (similar to stack overflow), more useful utility methods, etc. If you have any recommendations for improvement or find any bugs, please leave feedback here
Hit the Arrow icon in the top right or the Sandwich icon in the top left to get started.