Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawanpaudel93/comments-with-polygon
https://github.com/pawanpaudel93/comments-with-polygon
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pawanpaudel93/comments-with-polygon
- Owner: pawanpaudel93
- Created: 2022-03-29T13:03:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T11:43:05.000Z (over 2 years ago)
- Last Synced: 2023-03-03T15:12:37.634Z (almost 2 years ago)
- Language: TypeScript
- Size: 326 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Arweave URL: https://arweave.net/wPfwhduuDcJ_UzZkcCI_-jPZdTiPLlc1VF1YaN8k5i4
# Create a Web3 Forum with Polygon
### Tutorial Details
Today we're going to build together a fullstack decentralized forum that can be used in any dapp.
See the full tutorial here -> https://www.pointer.gg/tutorials/create-a-web3-forum-with-polygon
### Overview
To us at Pointer, one of the most interesting aspects of web3 is that it facilitates developers to build and share composable behaviors around databases.
Anyone can dig up a smart contract on GitHub, deploy it, and have their own microservice running in seconds.
Not only that, but the stable API exposed by a smart contract is a blank canvas on top of which any frontend developer in the community can build and share components.
In that spirit, today we're going to build a deployable smart contract and an accompanying React component to add comment threads to your dapps.
In theory this could be open sourced and published as an npm package to allow any developer to quickly add a forum to their dapp.
Here's what we're going to build:
https://user-images.githubusercontent.com/5760059/154543585-74136a91-bac1-4935-8790-c943b71f43df.mov
Visit the tutorial to get started https://www.pointer.gg/tutorials/create-a-web3-forum-with-polygon