Skip to content

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

License

Notifications You must be signed in to change notification settings

dappforce/subsocial-starter

Repository files navigation

Subsocial Starter by DappForce

The starter is the easiest way to create your next web3 social dapp with React and Subsocial JS SDK.

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

Create a new dapp

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

Install deps and run the dapp

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