-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08c7929
commit c58d8f1
Showing
3 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# 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 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters