An open API service indexing awesome lists of open source software.

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

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)