Skip to content

Instantly share code, notes, and snippets.

View kamal3951's full-sized avatar

Kamal Sharma kamal3951

  • Indian Institute of Technology Roorkee
  • X @kamal3951
View GitHub Profile
@kamal3951
kamal3951 / bitcoin-test.md
Created August 14, 2022 17:47
I have tried mining a block on node 1 and tried sending it to node 2.

Bitcoin Test

@kamal3951
kamal3951 / README.txt
Created January 30, 2022 13:36
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
REMIX EXAMPLE PROJECT
Remix example project is present when Remix loads very first time or there are no files existing in the File Explorer.
It contains 3 directories:
1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name.
2. 'scripts': Holds two scripts to deploy a contract. It is explained below.
3. 'tests': Contains one test file for 'Ballot' contract with unit tests in Solidity.
SCRIPTS