Convert Web3Accessor
-> ChainSafe
with usability features
#1064
Labels
Type: Enhancement
Added to issues and PRs when a change includes improvements or optimizations.
Summary
Currently we on use Web3Acessor for fetching Web3 instance instead it can be converted into a ChainSafe singleton object that can handle connection, disconnection, signing and sending transactions.
Suggested features or ways to address the summary
ChainSafe should be a singleton class with Connect, Disconnect, Sign and Send Transaction methods.
Motivation
This will improve usability for devs greatly
Acceptance Criteria
Devs can connect, disconnect, sign and send transaction from ChainSafe.cs
Devs can immediately use read blockchain features that don't require signing, like reading things from the chain.
Blockers
(OPTIONAL) [Do you see any blocker that needs to be done before implementing this feature?]
Dependencies
(OPTIONAL) [Do you know about dependencies that directly affect this issue?]
Additional Context
(OPTIONAL) [Add any other context, files, images (screenshots/videos), diagrams, or documents about the feature request here.]
Final Steps
Type: Feature
Type: Enhancement
Estimations
The text was updated successfully, but these errors were encountered: