Skip to content

davidivad96/web3chat

Repository files navigation

Web3Chat

Chat app that uses some thirdweb modules to add web3 capabilities such as:

  • Token minting.
  • Token transfer between accounts.
  • Connect a crypto wallet.

Post in Hashnode explaining the project: https://davidivad96.hashnode.dev/introducing-web3chat-a-decentralized-chat-app

How to run

In the project directory, execute the following command to start a development server:

yarn start

If you want to serve an optimized production build, run:

yarn build && yarn serve

In either case, just open http://localhost:3000 to view it in the browser.

Backend

The backend for this app has been developed and deployed using AWS Amplify. It includes a Graphql API using AppSync and DynamoDB as the database solution.

So to make the project work you will have to create and link all these resources.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages