From 5f55ac22c68b1e21e5cff57247342b1cb8bd57db Mon Sep 17 00:00:00 2001 From: Arun Kirubarajan Date: Tue, 22 Nov 2022 19:15:12 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17f2a29..de32084 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Magna Take-Home Assessment +# Magna Take-Home Base Contracts ## Smart Contracts: - `MagnaToken.sol` -> an example ERC20 token that is deployed for the Airdrop. @@ -44,4 +44,4 @@ await airdropContract.methods.airdropTokens([someAddress], [someAmount]).send({ ``` 4. [ERC20 Token Allownaces](https://docs.openzeppelin.com/contracts/2.x/api/token/erc20#IERC20-allowance-address-address-) -> In order for a contract to send tokens on your behalf, you must approve the contract to do so, while specifying the amount of tokens as well. This section of OpenZeppelin's ERC20 documentation explains this in greater detail. Hint: you can see an example of this in `test/airdrop.test.ts` 5. [Connecting wallets to a dapp](https://github.com/WalletConnect/web3modal/blob/V2/docs/react.md) -> Web3Modal is a simple way to connect wallets to a dapp with a nice pre-configured button that uses hooks to interact with browser wallets. Feel free to use other options if you find them more appealing to you! -6. [Importing accounts to metamask](https://metamask.zendesk.com/hc/en-us/articles/360015489331-How-to-import-an-account) -> You can use this resource to learn how to import accounts to your Metamask browser extension wallet using their private keys. You can use all of the private keys that are emitted in the output of `yarn hardhat node` \ No newline at end of file +6. [Importing accounts to metamask](https://metamask.zendesk.com/hc/en-us/articles/360015489331-How-to-import-an-account) -> You can use this resource to learn how to import accounts to your Metamask browser extension wallet using their private keys. You can use all of the private keys that are emitted in the output of `yarn hardhat node`