https://github.com/ericgitangu/web3-crypto-blockchain
Web3 - Crypto Blockchain with NextJS, React, thirdWeb & Sanity
https://github.com/ericgitangu/web3-crypto-blockchain
Last synced: 3 months ago
JSON representation
Web3 - Crypto Blockchain with NextJS, React, thirdWeb & Sanity
- Host: GitHub
- URL: https://github.com/ericgitangu/web3-crypto-blockchain
- Owner: ericgitangu
- Created: 2022-09-07T01:38:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T01:04:28.000Z (over 2 years ago)
- Last Synced: 2025-03-11T13:48:20.476Z (about 1 year ago)
- Language: JavaScript
- Homepage: web3-crypto-blockchain.vercel.app
- Size: 2.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web3 crypto-blockchain Dapp (Decentralized Application)
## Tech Stack:
Web3 - Crypto Blockchain with NextJS, React, thirdWeb & Sanity
This Dapp requires one to have a crypto wallet such as Metamask and it's suggested you use Chrome, install the Metamask extension
for authentication and to view your wallet balances, to view your transactions in detail although Metamask maintains a list of your
transaction, you can use etherscan to view full details of your transactions
## Premise:
This is a coinbase clone, that bares the core functionalities of CoinBase but not all features have been implemented.
## TODO:
Implement purchases of crypto currencies using credit cards and other financial institutions.
## To run locally:
From root run cd coinbase && npx yarn dev or yarn build to create an optimized production build, alternatively,
cd to coinbase
Run: yarn dev to run
This will run your app on http://localhost:3000
## To start sanity studio:
From root run cd coinbase-sanity && npx sanity start, alternatively,
cd to coinbase-sanity
Run npx sanity start
This will run sanity studio on http://localhost:3333
## Run deployed version:
[Hosted CryptoCurrency Dapp - Coinbase Clone](https://crypto.ericgitangu.com)
## Demo:
A video of the full functioning Dapp running on localhost:3000 and the corresponding sanity studio running on localhost:3333 available on [YouTube](https://youtu.be/SZauJo7CqpM)