Skip to content
/ krypto Public

Ethereum Transactions - Solidity, React SPA & Ethers.js

Notifications You must be signed in to change notification settings

LouayH/krypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Krypto - Web 3 Application

KRYPTO

Initialize react application via vite

npm init vite@latest

Install tailwindcss and its peer dependencies

npm install -D tailwindcss postcss autoprefixer npx tailwindcss init -p

Install react-icons

npm install react-icons

Initialize hardhat application

npm init -y npm install --save-dev hardhat @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ethers ethers npx hardhat

Config hardhat with network

npm install dotenv

Create Transactions contract and deploy it

npx hardhat run scripts/deploy.js --network ropsten

Make contract functions available in react

npm install ethers

About

Ethereum Transactions - Solidity, React SPA & Ethers.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published