https://github.com/taiseen/crypto-bca
https://github.com/taiseen/crypto-bca
alchemy blockchain context-api ethereum goerli-faucet goerli-network hardhat jsm meta-mask-wallet metamask react-js smart-contract solidity tailwind-css vite
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taiseen/crypto-bca
- Owner: taiseen
- Created: 2022-10-30T11:06:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T19:46:44.000Z (over 2 years ago)
- Last Synced: 2025-01-12T18:51:28.862Z (4 months ago)
- Topics: alchemy, blockchain, context-api, ethereum, goerli-faucet, goerli-network, hardhat, jsm, meta-mask-wallet, metamask, react-js, smart-contract, solidity, tailwind-css, vite
- Language: JavaScript
- Homepage: https://crypto-bca.netlify.app
- Size: 261 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> 30 - Oct - 2022
# React + Tailwind CSS
## Crypto | Web-3 | Blockchain Wallet App | [Live Link](https://crypto-bca.netlify.app)
## Yarn base dependence:-
```
yarn create viteyarn dev
```## Yarn dependence:-
* yarn add -D tailwindcss postcss autoprefixer | `npx tailwindcss init -p`
* yarn add ethers
* yarn add react-icons
For smart contract :-* yarn add -D chai
* yarn add -D hardhat
* yarn add -D @nomiclabs/hardhat-waffle
* yarn add -D @nomiclabs/hardhat-ethers
* yarn add -D ethers
* yarn add -D ethereum-waffle## Learning Context
* react app init at yarn by vite
* tailwind.config.cjs -> CSS style adding
* custom animated loader
* custom colors + style add at tailwind config file
* small responsive grid table with responsive border rounded
* using of gradient from custom gradient generators
* string address cutter ..... representation utility
* write custom hooks for data fetching...### Gradient Color Generator
* https://csshero.org/mesher```
git remote -v
git remote remove origin
git remote -v
git remote add origin https://github.com/taiseen/crypto-bca.git
git remote -v
git push -u origin main
```