This application is a web3 application developed using react, typescript and solidity. Connect your wallet, send ethereum transactions including a reference to a gif, display latest transactions including the gif.
brew install git-secrets
. More info at https://github.com/awslabs/git-secretsgit secrets --register-aws --global
export VITE_GIPHY_API_KEY=<giphyApiKey>
. More info https://developers.giphy.com/docs/api#quick-start-guide.export VITE_CONTRACT_ADDRESS=<contractAddress>
. To get the contract address follow instructions from smart contract which should be printed to the console after running npx hardhat run scripts/deploy.js --network ropsten
artifacts/contracts/Transactions.sol/Transactions.json
npm install
npm run dev