tusharojha / subsocial-starter-kit

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:TypeScript 81.7%Language:CSS 15.0%Language:HTML 3.3%