vedantgurav / zilliqa-fullstack-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Zilliqa Fullstack App

The Zilliqa Fullstack app is a full-fledged application on the Zilliqa Blockchain for listing and renting houses.

Watch the demo.

Try the app.

The technology

  • Create React App for the frontend.
  • Tailwind CSS for styling.
  • The /src/scilla contains the Scilla contract. We can use the Zilliqa JavaScript Library or the Scilla Online IDE to deploy the contract. Please add the contract address in REACT_APP_SMART_CONTRACT_ADDRESS variable in a .env file in the root of the project.

Built by Quinence

Quinence - Digital product specialists from Singapore.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About


Languages

Language:TypeScript 95.5%Language:HTML 2.3%Language:JavaScript 1.2%Language:CSS 0.9%Language:Shell 0.1%