Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 888 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 888 Bytes

Certificate on Ethereum chain using Biconomy SDK

While creating a certificate on any chain, we need the user to pay the amount while creating a certification imprint on the blockchain. To solve this issue, a transaction is been processed using Biconomy SDK to avoid user paying the certification fees.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Basic knowledge of Ethereum Blockchain Development. This includes Solidity, Remix and Infura
  • Basic Knowledge of Biconomy SDK.

Installing

You can find the Remix Contracts in the contracts folder. 
Deploy the contract using Remix on Ropsten. 
Change the contract address and ABI in index.html.