Skip to content

Instantly share code, notes, and snippets.

@kanav99
Last active September 29, 2021 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kanav99/30c34f364f3882f8d1b3b4bbd5decaf9 to your computer and use it in GitHub Desktop.
Save kanav99/30c34f364f3882f8d1b3b4bbd5decaf9 to your computer and use it in GitHub Desktop.

Developing beautiful Solana dApps using Chakra UI

Overview of the Tutorial

In most tutorials, frontend is considered secondary. We write a dApp's smart contract and we are done. But for real world deployment, people need to learn how to produce production ready applications. In this tutorial, we will make an app that tries to use most features of a solana smart contract, and tries to interface it for the web. After this tutorial, the user will be able to write applications without having to write too much HTML/React code, but also understand each part of it. We will make use of best Chakra and React practices like custom hooks so that they also learn a thing about react as well.

Who is this tutorial for?

Should know basics of React and Smart Contract.

Technologies used in the Tutorial

We will use Chakra UI and React, along with web3 sdk on Solana.

This tutorial contains (Please mark) -

  • Front-End
  • dApp
  • Smart Contract

Protocol/Network

Solana

Difficulty Level of the Tutorial

  • Beginner
  • Intermediate
  • Advanced

Previous Work (Optional)

http://devfolio.co/submissions/patentnft-c5c4 - I participated in Building Out Loud and the project won the community award.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment