Skip to content

This is a blockchain project with the ERC20 standard theme. It allows the use of a specific address on Ganache connected to MetaMask and deployed on the web. When deployed, it will require entering the MetaMask password to grant access. If the password is not entered correctly, it will display a waiting screen without processing. Once successfully

Notifications You must be signed in to change notification settings

Zellsed/Web3-defi-staking-app-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

defi-staking-app-starter:

  • Development Direction: Additional features can be added, such as when the countdown timer reaches 0, it will issue tokens or rewards for users. Correspondingly, a certain amount of Reward tokens will be added to their accounts as an encouraging gift, incentivizing their positive actions.

Initial screen, failure to connect to Metamask will result in being stuck at the waiting screen.

{C2FA09A1-9BEE-4BDB-8879-B0E368DA88EA} png

Main interface.

{5C84C65C-5EF1-4A0D-B158-0F4443F8348A} png

Handling deposit transactions.

{0E3A5391-4940-421D-A5FE-66CF7AD3314C} png

Transfer 25 tokens.

{2A738C29-13F2-4819-8DFA-DBB17EFC4D04} png

Transfer 50+ tokens to activate the AIRDROP countdown timer.

{8FC69444-F8A6-4424-8D5C-7BD40F1B062C} png

To download me simply open up the terminal and run:

git clone https://github.com/Zellsed/defi-staking-app-starter.git

1. To clone or download this project, simply run:

git clone - https://github.com/Zellsed/defi-staking-app-starter.git

2. cd into the directory and Install the necessary packages

npm install

4. Make sure truffle -g is installed

use truffle compiile

(compile contracts)

use truffle migrate --reset

(migrate contracts on the blockchain)

use truffle test

(to run Moch and Chai testing suite)

Activate Application

Go into the App.js folder and replace the current inactive API key with your API key.

npm run start

Note: this is a one-way operation. Once you start, you can’t go back!

About

This is a blockchain project with the ERC20 standard theme. It allows the use of a specific address on Ganache connected to MetaMask and deployed on the web. When deployed, it will require entering the MetaMask password to grant access. If the password is not entered correctly, it will display a waiting screen without processing. Once successfully

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published