Skip to content

pot4e/polymer-staking-gift-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Production Ready

What is the use of this Repo

This Project is a Polymer Gift Project which the following

  1. Creating a gift link.
  2. List all the gift that an user have.
  3. Allow user claim their gift.

Prerequisites

Install Node JS

Refer to https://nodejs.org/en/ to install nodejs

Cloning and Running the Application in local

Clone the project into local

Install all the npm packages. Go into the project folder and type the following command to install all npm packages

npm install

In order to run the application Type the following command

npm start

The Application Runs on localhost:3000

Application design

Components

  1. Gift Claim Component : This Component displays a list of gift's link. This Component gets the data from a the smart contract in the polymer-gift-smartcontract

  2. Gift creation Component : This Component Displays the form which allow user enter the require's information to generate the gift's link.

Resources

create-react-app : The following link has all the commands that can be used with create-react-app https://github.com/facebook/create-react-app

ReactJS : Refer to https://reactjs.org/ to understand the concepts of ReactJS

React Bootstrap : Refer to https://react-bootstrap.github.io/getting-started/introduction/ to understand how to use React Bootstrap

Smart Contract with Polymers

the smart contract is using which is placing here: smart contract

Live host DAPP

Try out here: https://gift.tuananh.xyz/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors