issues
search
Eidolon-Labs
/
issues
0
stars
0
forks
source link
Support for Nonce management when using embedded servers
#7
Open
kyle789xbl
opened
2 weeks ago
TheGreatAxios
commented
2 weeks ago
Add NonceManager as a signer extension
NonceManager should be a type of Signer
All Smart Contracts and Providers should work with NonceManager
Architecture
check if nonce
if no nonce, get tx count
if nonce -> set nonce++ as nonce (auto increment)
Architecture