Skip to content

Instantly share code, notes, and snippets.

View BradyBangasser's full-sized avatar
💭
Coding

Brady Bangasser BradyBangasser

💭
Coding
  • Minnesota
View GitHub Profile
@BradyBangasser
BradyBangasser / .deps...npm....resolution-index.json
Created April 30, 2026 16:15
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=builtin&optimize=undefined&runs=200&gist=
{
"src/Policy.sol": {
"__sources__": {
"src/Policy.sol": {
"content": "pragma solidity >=0.7.0 <0.9.0;\n\ncontract InsurancePolicy {\n function purchace_policy() payable {\n \n }\n}\n",
"file": "src/Policy.sol"
}
}
},
"src/Storage.sol": {