Skip to content

dan-r/developer-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer Challenge

This project is a DApp to track flights for an airline. It provides both a user and administrator interface, with all data stored on-chain.

Stack

  • Frontend: React
  • Backend: Express
  • Smart Contract: Solidity
  • Blockchain Interaction: Hyperledger FireFly

Operation

The DApp has the same components as the provided developer-challenge repo so to get it running:

  1. Deploy the solidity contracts
cd solidity
npx hardhat run scripts/deploy.ts --network firefly
  1. Start the backend
cd backend
npm start
  1. Start the frontend
cd frontend
npm start

About

Kaleido Developer Challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.2%
  • Solidity 16.3%
  • TypeScript 2.9%
  • CSS 1.4%
  • HTML 1.2%