phuc16102001 / near-dvp-token

Frontend for DVP application which has basic feature for a blockchain token

Home Page:https://near-dvp-token.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DVP Application Frontend

Introduction

Blockchain technologies are very hard and require a high technical skill to use. Because of that reason, to become user-friendly, frontend UI is important. This is a repository of a website that provides usability on a token called DVP (Do Vuong Phuc) with different features:

  • View information: view tokens's metadata such as icon, symbol, name and balance of current user
  • Faucet: Withdraw tokens with a limit amount (test-purpose)
  • Transfer: Send tokens to the other users
  • Staking: Deposit token and receive reward after some interval of time

Gallery

Staking view

Code exploration

The application builds with ReactJS framework with the structure as following:

  • components: The components which are used on pages
  • pages: The pages of application
  • utils: The utility services for interact with contracts

Smart contracts

In the application, I have used several relative smart contracts:

Contributions

This source code is owned by phuc16102001

License

MIT

About

Frontend for DVP application which has basic feature for a blockchain token

https://near-dvp-token.vercel.app/

License:MIT License


Languages

Language:Rust 54.2%Language:JavaScript 42.0%Language:HTML 2.2%Language:CSS 0.9%Language:Shell 0.8%