An open API service indexing awesome lists of open source software.

https://github.com/dappforce/subsocial-starter

The Subsocial Starter lets you easily create your first Subsocial application.
https://github.com/dappforce/subsocial-starter

dapp polkadot polkadot-network react social social-media social-network subsocial web3 web3-social

Last synced: about 1 month ago
JSON representation

The Subsocial Starter lets you easily create your first Subsocial application.

Awesome Lists containing this project

README

        

# Subsocial Starter by [DappForce](https://github.com/dappforce)

The starter is the easiest way to create your next web3 social dapp with React and [Subsocial JS SDK](https://github.com/dappforce/subsocial-js).

It provides you with all set of helpful methods, APIs, and connections that you might need when developing your dapp.

## Create a new dapp

```sh
npx create-react-app my-dapp --template @subsocial/starter
```

## Install deps and run the dapp

```sh
cd my-dapp && yarn && yarn start
```

Congratulations 🎉, now your first Subsocial dapp is up and running at https://localhost:3000

## Make changes to the dapp

Open the `my-dapp` directory in your code editor (for example VS Code or WebStorm) and read the comments inside the project for help. Happy coding!

## Helpful resources

- Developer Cheatsheet: https://docs.subsocial.network/docs/develop/quick-reference
- Subsocial Playground: https://play.subsocial.network
- Subsocial Docs: https://docs.subsocial.network/docs/develop