vinayakkalra / blockchain-certificate

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.


Languages

Language:HTML 71.4%Language:Solidity 28.6%