Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 443 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 443 Bytes

dapp-scaffold

Scaffolding for a dapp built on Solana

Directory structure

src/actions

Setup here actions that will interact with Solana programs using sendTransaction function

src/contexts

React context objects that are used propagate state of accounts across the application

src/hooks

Generic react hooks to interact with token program:

  • useAccountByMint
  • useTokenName
  • useUserAccounts
  • useUserBalance

src/views