This Pull Request introduces the following key updates:
The long-awaited renaming from sdk to backend has been implemented.
In the examples, changed the console.log for viewing the transaction receipt instead of the transaction hash in all onchain activitied. This change is facilitated by the addition of a new constant, NOVA_EXPLORER_URL.
Formatting issues caused by incorrect usage of type in the import statement have been rectified.
The checkBalance function is now utilized as a common function throughout the auto-backend codebase.
The constant MIN_BALANCE_SIGNER has been removed, and corresponding changes have been made within the codebase.
Description
This Pull Request introduces the following key updates:
console.log
for viewing the transaction receipt instead of the transaction hash in all onchain activitied. This change is facilitated by the addition of a new constant,NOVA_EXPLORER_URL
.type
in theimport
statement have been rectified.checkBalance
function is now utilized as a common function throughout the auto-backend codebase.MIN_BALANCE_SIGNER
has been removed, and corresponding changes have been made within the codebase.relay
toconsensus
.