From 37493f952106cf192e541f2fb170993247d7f921 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 21 Jan 2024 15:24:43 -0600 Subject: [PATCH] added submit metamask transaction video --- docs/videos/submit_transactions.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/videos/submit_transactions.md diff --git a/docs/videos/submit_transactions.md b/docs/videos/submit_transactions.md new file mode 100644 index 0000000..13be7f9 --- /dev/null +++ b/docs/videos/submit_transactions.md @@ -0,0 +1,12 @@ +# Submit Transactions using MetaMask Wallet + + + +This video is created as part of EvmosNation grant project (organized by Encode Club) by Lalith Medury, an independent content creator. + +In this video, we will learn the following: + +- Integrating Web3.js library to the React app +- Using Web3.js library to connect to Metamask wallet +- Managing React state with UseState hooks +- Signing and Submitting Transactions to Evmos Testnet \ No newline at end of file