Skip to content

ricardo-eth/BlueToken-Dapp_v1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlueToken-Dapp_v1.0 - Faucet (BTKn)

loading

NOTE:

  • The BlueToken Faucet has been deployed on Netlify : https://bluetoken-faucet.netlify.app
  • The BlueToken Faucet has been deployed on the Rinkeby testnet
  • The owner has additional functionality: setDelay and setTokenAmount
  • Adresse ERC20 - BlueToken : 0x85211679fDF491E18676B623db07cABCaF815316
  • Adresse Faucet - BlueToken : 0xAD15db57F7342FD4CF80719013dBa63B378b4066
  • BlueToken Hardhat GitHub address : https://github.com/ricardo-eth/BlueToken-Hardhat_v1.0

loading

Project Architecture :

public
├── img
│   └── All img..
├── favicon.ico
├── index.html
├── manifest.json
├── robots.txt
├── _redirects
│
│
src
├── App.js
├── components
│   ├── Countdown.js
│   ├── ERC20Infos.js
│   ├── Header.js
│   ├── OwnerOptions.js
│   ├── index.js
│   ├── MetaMask
│   │   ├── MetaMaskBalanceOf.js
│   │   ├── MetaMaskInfo.js
│   │   ├── MetaMaskInstalled.js
│   │   └── MetaMaskTransfer.js
│   └── Navigation
│       ├── Navigation.js
│       └── NavigationLogged.js
├── contracts
│   ├── BlueToken.js
│   └── Faucet.js
├── Pages
│   ├── ERC20.js
│   ├── Faucet.j
│   ├── Home.js
│   └── index.js
└── index.js

Features :

NOTE : Project set up using

    "dependencies": {
    "@chakra-ui/icons": "^1.0.13",
    "@chakra-ui/react": "^1.6.3",
    "@emotion/react": "^11",
    "@emotion/styled": "^11",
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^11.1.0",
    "@testing-library/user-event": "^12.1.10",
    "@types/jest": "^26.0.23",
    "@types/node": "^15.12.2",
    "@types/react": "^17.0.11",
    "@types/react-dom": "^17.0.7",
    "ethers": "^5.3.0",
    "framer-motion": "^4",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.2.0",
    "react-scripts": "4.0.3",
    "typescript": "^4.3.2",
    "web-vitals": "^1.0.1",
    "web3-hooks": "^1.0.3"
  },

Install :

Clone Repo Git : https://github.com/ricardo-eth/BlueToken-Dapp_v1.0/tree/main

% git clone git@github.com:ricardo-eth/BlueToken-Dapp_v1.0.git
% cd BlueToken-Dapp_v1.0

Install dependencies :

% yarn install

Run the app in the devlopement mode :

% yarn start

loading

How to Add Your Custom BlueToken (BTKn) to MetaMask

  1. Open MetaMask and click on the "burger" menu icon:
  2. Click on the "ADD TOKEN" button:
  3. Select "Custom Token" tab:
  4. Paste the copied contract address from the first step to the "Token Address" (Verification : Address, Token Symbol and Decimal)
  5. Click the "NEXT" button:
  6. Click the "ADD TOKENS" button:
  7. You are done.

Deployed Faucet Token

  • Address Contract :

  • Address : See below table
  • Token : BKTn
  • Decimal : 18
Network Address
Rinkeby 0x85211679fDF491E18676B623db07cABCaF815316

loading

Testnet Ether Faucets

Testnet Explorers Testnet ETH Faucets
Rinkeby https://rinkeby.etherscan.io/ https://faucet.rinkeby.io/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages