Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-joy committed Jul 29, 2024
1 parent d4681c0 commit 929f6e5
Show file tree
Hide file tree
Showing 267 changed files with 8,379 additions and 0 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "..\\..\\build-info\\9e04f1151c4a2a055e5d38e8336dc074.json"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "SimpleStorage",
"sourceName": "contracts/SimpleStorage.sol",
"abi": [
{
"inputs": [],
"name": "get",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_data",
"type": "uint256"
}
],
"name": "set",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x608060405234801561001057600080fd5b5061012f806100206000396000f3fe6080604052348015600f57600080fd5b506004361060325760003560e01c806360fe47b11460375780636d4ce63c14604f575b600080fd5b604d600480360381019060499190608f565b6069565b005b60556073565b6040516060919060c2565b60405180910390f35b8060008190555050565b60008054905090565b60008135905060898160e5565b92915050565b60006020828403121560a057600080fd5b600060ac84828501607c565b91505092915050565b60bc8160db565b82525050565b600060208201905060d5600083018460b5565b92915050565b6000819050919050565b60ec8160db565b811460f657600080fd5b5056fea26469706673582212209b4d4103aaab23a2d5a1b686d9363b790f9b808b15eaf8bc4715c73ea77476e564736f6c63430008000033",
"deployedBytecode": "0x6080604052348015600f57600080fd5b506004361060325760003560e01c806360fe47b11460375780636d4ce63c14604f575b600080fd5b604d600480360381019060499190608f565b6069565b005b60556073565b6040516060919060c2565b60405180910390f35b8060008190555050565b60008054905090565b60008135905060898160e5565b92915050565b60006020828403121560a057600080fd5b600060ac84828501607c565b91505092915050565b60bc8160db565b82525050565b600060208201905060d5600083018460b5565b92915050565b6000819050919050565b60ec8160db565b811460f657600080fd5b5056fea26469706673582212209b4d4103aaab23a2d5a1b686d9363b790f9b808b15eaf8bc4715c73ea77476e564736f6c63430008000033",
"linkReferences": {},
"deployedLinkReferences": {}
}
40 changes: 40 additions & 0 deletions SimpleStorage/cache/solidity-files-cache.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"_format": "hh-sol-cache-2",
"files": {
"C:\\cs-joy-github-repo\\blockchain_exploration\\SimpleStorage\\contracts\\SimpleStorage.sol": {
"lastModificationDate": 1719166215523,
"contentHash": "2243702009203e5e3edd9dbbce5f72b9",
"sourceName": "contracts/SimpleStorage.sol",
"solcConfig": {
"version": "0.8.0",
"settings": {
"optimizer": {
"enabled": false,
"runs": 200
},
"outputSelection": {
"*": {
"*": [
"abi",
"evm.bytecode",
"evm.deployedBytecode",
"evm.methodIdentifiers",
"metadata"
],
"": [
"ast"
]
}
}
}
},
"imports": [],
"versionPragmas": [
"^0.8.0"
],
"artifacts": [
"SimpleStorage"
]
}
}
}
38 changes: 38 additions & 0 deletions SimpleStorage/client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr

### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/

### Mac OS ###
.DS_Store
3 changes: 3 additions & 0 deletions SimpleStorage/client/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions SimpleStorage/client/.idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions SimpleStorage/client/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions SimpleStorage/client/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
2 changes: 2 additions & 0 deletions SimpleStorage/client/.mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.5/apache-maven-3.8.5-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
28 changes: 28 additions & 0 deletions SimpleStorage/client/contractsABI_and_BINARY/SimpleStorage.abi
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[
{
"inputs": [],
"name": "get",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_data",
"type": "uint256"
}
],
"name": "set",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0x608060405234801561001057600080fd5b5061012f806100206000396000f3fe6080604052348015600f57600080fd5b506004361060325760003560e01c806360fe47b11460375780636d4ce63c14604f575b600080fd5b604d600480360381019060499190608f565b6069565b005b60556073565b6040516060919060c2565b60405180910390f35b8060008190555050565b60008054905090565b60008135905060898160e5565b92915050565b60006020828403121560a057600080fd5b600060ac84828501607c565b91505092915050565b60bc8160db565b82525050565b600060208201905060d5600083018460b5565b92915050565b6000819050919050565b60ec8160db565b811460f657600080fd5b5056fea26469706673582212209b4d4103aaab23a2d5a1b686d9363b790f9b808b15eaf8bc4715c73ea77476e564736f6c63430008000033
Binary file not shown.
Binary file added SimpleStorage/client/libs/abi-4.12.0.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/annotations-13.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/asm-9.2.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/asm-analysis-9.2.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/asm-commons-9.2.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/asm-tree-9.2.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/asm-util-9.2.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/bcpkix-jdk18on-1.76.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/codegen-4.12.0.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/commons-codec-1.11.jar
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/commons-io-2.13.0.jar
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/commons-logging-1.2.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/contracts-4.12.0.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/core-4.12.0.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/crypto-4.12.0.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/docker-java-3.3.6.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/ens-normalize-0.2.0.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/epirus-web3j-0.0.7.jar
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/framework-1.3.2.jar
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/gson-2.11.0.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/guava-19.0.jar
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/hk2-api-2.6.1.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/hk2-locator-2.6.1.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/hk2-utils-2.6.1.jar
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/httpclient-4.5.12.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/httpcore-4.4.13.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/jansi-2.4.1.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/java-semver-0.10.2.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/javapoet-1.13.0.jar
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/jc-kzg-4844-1.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/jersey-hk2-2.30.1.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/jffi-1.3.13-native.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/jffi-1.3.13.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/jnr-a64asm-1.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/jnr-enxio-0.32.17.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/jnr-ffi-2.2.16.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/jnr-posix-3.1.19.jar
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/jnr-x86asm-1.0.2.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/junit-4.12.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/log4j-api-2.23.1.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/log4j-core-2.23.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/okhttp-4.12.0.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/okio-jvm-3.6.0.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/opentest4j-1.2.0.jar
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/picocli-4.7.6.jar
Binary file not shown.
Binary file not shown.
Binary file added SimpleStorage/client/libs/rlp-4.12.0.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/rxjava-2.2.21.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/slf4j-api-2.0.13.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/slf4j-nop-2.0.13.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/smartcheck.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/tuples-4.12.0.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/tuweni-bytes-2.4.2.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/tuweni-units-2.4.2.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/utils-4.12.0.jar
Binary file not shown.
Binary file added SimpleStorage/client/libs/web3j-cli-1.6.0.jar
Binary file not shown.
Loading

0 comments on commit 929f6e5

Please sign in to comment.