https://github.com/solana-bot-service/web3-projects
Simple Web3/dapps examples.
https://github.com/solana-bot-service/web3-projects
blockchain crypto cryptobubbles dapp ethersjs graphql ipfs metamask pancakeswap pinata react uniswap web3
Last synced: about 1 year ago
JSON representation
Simple Web3/dapps examples.
- Host: GitHub
- URL: https://github.com/solana-bot-service/web3-projects
- Owner: solana-bot-service
- License: mit
- Created: 2024-06-28T17:33:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T17:34:39.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T17:51:01.270Z (over 1 year ago)
- Topics: blockchain, crypto, cryptobubbles, dapp, ethersjs, graphql, ipfs, metamask, pancakeswap, pinata, react, uniswap, web3
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web3-examples
Simple Web3/dapps and crypto website examples.
Use the respective readmes to run the projects.
## Alexa Skill
Example of Amazon Alexa skill for crypto prices.
## Blockchain
Example of blockchain written in JavaScript (teaching purposes).
## Brave Transfer
Example of crypto transfer from Brave Wallet (EthersJS).
## CryptoBubbles Clone
CryptoBubbles website clone using Binance streams.
## Dapp Event Ethers
Frontend example with ReactJS + EthersJS for event listening.
## Dapp Event Web3
Frontend example with ReactJS + Web3.js for event listening.
## Dapp React Ethers
Frontend example (built with ReactJS + EthersJS) for smart contracts.
## Dapp React Web3
Frontend example (built with ReactJS + web3.js) for smart contracts.
## MetaMask Login
Example of login page using MetaMask as auth (EthersJS).
## MetaMask Transfer
Example of crypto transfer from MetaMask wallet (EthersJS).
## MetaMask Ethers Node
Example of blockchain calls & sends using Node.js, MetaMask and EthersJS
## MetaMask Web3 Node
Example of blockchain calls & sends using Node.js, MetaMask and Web3.js
## MetaMask Web3 React
Example of blockchain calls & sends using ReactJS, MetaMask and Web3.js
## Node.js Event Ethers
Backend example with Node.js + EthersJS for event listening.
## Node.js Event Web3
Backend example with Node.js + Web3.js for event listening.
## PancakeSwap Graph API
Application example that queries over PancakeSwap V3 Graph API.
## Pinata IPFS Example
A simple example written in Next.js to upload files to IPFS network using Pinata API.
## Uniswap Graph API
Application example that queries over Uniswap V3 Graph API.