You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add contract representation to clarity and contract deployment function
to web30, along with example use in web30/examples for deploying a
compiled contract JSON file.
Web30 is a equally lightweight rpc client for Ethereum to be paired with Clarity, the goal of this client is to be a minimalist async interface for sending transactions and querying chain state.
19
28
29
+
## Features
30
+
31
+
***Contract Deployment**: High-level API for deploying smart contracts
32
+
***Gas Estimation**: Automatic gas estimation for transactions
33
+
***Transaction Management**: Nonce management and transaction confirmation
0 commit comments