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.
- Host: GitHub
- URL: https://github.com/dappforce/subsocial-starter
- Owner: dappforce
- License: apache-2.0
- Created: 2022-10-31T07:04:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T12:55:43.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T14:51:24.286Z (about 2 months ago)
- Topics: dapp, polkadot, polkadot-network, react, social, social-media, social-network, subsocial, web3, web3-social
- Language: TypeScript
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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