Download PDFOpen PDF in browser

Coding Your Crypto with Ethereum

EasyChair Preprint no. 8255

8 pagesDate: June 12, 2022

Abstract

Blockchain technology, which is used by cryptocurrencies such as Bitcoin and Ethereum, is recognized for delivering considerable security benefits. However, Bitcoin and Ethereum do not end there. To authenticate users, they employ digital signatures. A digital signature makes significant use of cryptography. It consists of two types of keys: public and private. A Bitcoin user has a bitcoin wallet, and the public key is the address of that wallet. Anyone wishing to send Bitcoin should do so at this address. Blockchain is the process of storing information that makes it difficult or impossible to change, hack, or fool the system. In this project, we will create our cryptocurrency (a crypto token) that fulfills the ERC 20 standard and can be exchanged and sold in a crowd sale on the Ethereum network. Token attributes such as token transfer, the total amount of tokens, and so on are defined by the ERC 20 standard. The operation of the tokens will be governed and regulated by smart contracts built with Solidity. Tokens are created using a test-driven process. The term "test-driven" refers to the creation of test cases before the construction of smart contracts.

Keyphrases: Bitcoin, Blockchain, crypto tokens, Cryptocurrency, ERC, Ethereum, smart contracts, Solidity

BibTeX entry
BibTeX does not have the right entry for preprints. This is a hack for producing the correct reference:
@Booklet{EasyChair:8255,
  author = {K Kiruba and R Selvaganapathy},
  title = {Coding Your Crypto with Ethereum},
  howpublished = {EasyChair Preprint no. 8255},

  year = {EasyChair, 2022}}
Download PDFOpen PDF in browser