
Enhanced Transaction Confirmation Performances without Gas by Using Ethereum Blockchain
Author(s) -
B. Sriman,
Ganesh Kumar S.
Publication year - 2022
Publication title -
webology
Language(s) - English
Resource type - Journals
SCImago Journal Rank - 0.259
H-Index - 18
ISSN - 1735-188X
DOI - 10.14704/web/v19i1/web19357
Subject(s) - blockchain , database transaction , solidity , javascript , computer science , node (physics) , distributed transaction , database , smart contract , computer security , computer network , transaction processing , distributed computing , world wide web , engineering , structural engineering , programming language
Blockchain is the distributed decentralized application for developing many of the use cases. In blockchain, the applications are transparent to all the nodes in the decentralized network and the application may be private or public depends upon the use cases. The nodes in the distributed network shares all the data to the other nodes without any modification in the blockchain technology. The transaction by the node is secured through the digital signatures. In this paper, we implemented the application by confirming the transaction without paying the gas fee by deploying the smart contract. The solidity is a JavaScript programming language for writing our smart contract. We explained the gas optimization technique used by the users and the gas station network in a decentralized application and also explained about the parameters in the Ethereum transactions. We used the open zeppelin library, which allows us to run our to implement the gasless transaction.