reachjason / celo-fullstack

Full-stack DApp to launch to Celo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beginner's full-stack DApp on Celo

This is a quick tutorial to launch a quick DApp on the Celo platform.

We make use fo the following:

Here are the tools we'll use in this tutorial:

  1. Web3 JS - enables client side application to talk to the Celo blockchain
  2. Celo's ContractKit - ContractKit is provides an easy way to integrate Celo Smart Contracts within their applications.
  3. Celo Web Extension Wallet - enables browser to interact with the Celo blockchain
  4. Ganache - local development blockchain
  5. Remix IDE with Celo Plugin - Smart contract IDE

Notes

  • For boilerplate HTML refer here
  • Prebuilt web3.min.js comes from here
  • Using pre-compiled bootstrap CSS here

About

Full-stack DApp to launch to Celo


Languages

Language:HTML 100.0%