Roadmap
See original GitHub issueRoadmap is a subject to change.
0.2 Connecting and reading from blockchain (published)
0.3 Sending transaction and notifications (published)
- Address helpers #72
- Sending transactions #68
- Pending transactions
useTransactions
, example here - Notification
useNotifications
- shortenTransactionHash & shortenIfTransactionHash
0.4 Misc
- Persisting the connection #145
- Connecting to Ganche/HardHat (automatically deploy multicall?)
- useSendTransaction()
- useEtherPrice()
0.5 Various
- Flexible chainId as part of config #47
- decodeTransaction() 151
- useEvents (research)
- Introduce @usedapp/tokens
- useToken() - returns Currency (immutable)
- useTokenList()
- useTokenPrice() (returns currency/price)
0.6 Configuration
- setConfig(key, value)
0.10 (compatibility breaking changes)
Introduce useCalls
- Return error on invalid calls (with Multicall V2 )
- Typechain integration (experimental)
0.11
- Multichain support
- Hook overrides
- useContracts()
Future
- Extension - multichain and error handling support
- Override refresh frequency
- Augment token lists for testnets with various tokens
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Developer Roadmaps
Community driven roadmaps, articles, guides, quizzes, tips and resources for developers to learn from, identify their career paths, know what they don't ...
Read more >What is a roadmap? - The ultimate guide to ... - Roadmunk
A visual roadmap is a communication tool. They're created and presented to get all stakeholders, executives and your entire team aligned on one...
Read more >Roadmap - Wikipedia
A road map, a form of map that details roads and transport links · A plan, e.g.. Road map for peace, to resolve...
Read more >Roadmapping: Your starter guide - AHA.io
A roadmap is a visual representation of your strategic plans. It ties together your strategy (the "why"), the work you will need to...
Read more >Roadmap Basics - ProductPlan
A roadmap is a strategic plan that defines a goal or desired outcome and includes the major steps or milestones needed to reach...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
would love to see a typechain integration on the roadmap
for 0.5 useList, could refer
useTokenList
in scaffold-eth https://github.com/austintgriffith/scaffold-eth/blob/master/packages/react-app/src/hooks/TokenList.js