Skip to content

Instantly share code, notes, and snippets.

View elijahtb05's full-sized avatar

elijahtb05

  • Joined Apr 15, 2026
View GitHub Profile
@elijahtb05
elijahtb05 / .deps...npm....resolution-index.json
Created April 15, 2026 17:16
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.34+commit.80d5c536.js&optimize=undefined&runs=200&gist=
{
"contracts/simple_storage.sol": {
"__sources__": {
"contracts/simple_storage.sol": {
"content": "// SPDX-License-Identifier: GPL-3.0\n\npragma solidity >=0.8.2 <0.9.0;\n\ncontract SimpleStorage {\n uint256 value = 10;\n\n function updateValue(uint256 _newVal) public {\n value = _newVal;\n }\n\n function retrieve() public view returns (uint256){\n return value;\n }\n \n}",
"file": "contracts/simple_storage.sol"
}
}
},
"contracts/MemberRegister.sol": {
@elijahtb05
elijahtb05 / .deps...npm....resolution-index.json
Created April 15, 2026 06:19
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.34+commit.80d5c536.js&optimize=undefined&runs=200&gist=
{
"contracts/simple_storage.sol": {
"__sources__": {
"contracts/simple_storage.sol": {
"content": "// SPDX-License-Identifier: GPL-3.0\n\npragma solidity >=0.8.2 <0.9.0;\n\ncontract SimpleStorage {\n uint256 value = 10;\n\n function updateValue(uint256 _newVal) public {\n value = _newVal;\n }\n\n function retrieve() public view returns (uint256){\n return value;\n }\n \n}",
"file": "contracts/simple_storage.sol"
}
}
},
"contracts/MemberRegister.sol": {