{"id":29422149,"url":"https://github.com/setung/web3j-ganache-test","last_synced_at":"2025-07-12T04:02:57.269Z","repository":{"id":252099865,"uuid":"839425007","full_name":"setung/web3j-ganache-test","owner":"setung","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-16T02:50:43.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-16T03:48:22.807Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/setung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-07T15:24:37.000Z","updated_at":"2024-08-16T02:50:46.000Z","dependencies_parsed_at":"2024-08-12T11:00:54.042Z","dependency_job_id":null,"html_url":"https://github.com/setung/web3j-ganache-test","commit_stats":null,"previous_names":["setung/web3j-ganache-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/setung/web3j-ganache-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setung%2Fweb3j-ganache-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setung%2Fweb3j-ganache-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setung%2Fweb3j-ganache-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setung%2Fweb3j-ganache-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/setung","download_url":"https://codeload.github.com/setung/web3j-ganache-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setung%2Fweb3j-ganache-test/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264935292,"owners_count":23685493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-12T04:02:55.124Z","updated_at":"2025-07-12T04:02:57.162Z","avatar_url":"https://github.com/setung.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web3j-ganache-test\n\n필요 도구\n\n- ganache (로컬 테스트용 블록체인)\n- solc (솔리디티 컴파일러)\n- web3j\n\nganache는 solidity 0.8.19까지만 지원함\n\n- solc 컴파일 시 최신 버전으로 컴파일 되지 않게 주의\n\n8.19 버전 솔리디티 컴파일\n\n```kotlin\ndocker run --platform linux/amd64 --rm -v $(pwd):/sources ethereum/solc:0.8.19 --overwrite --abi --bin -o /sources/src/main/kotlin/org/example/web3jtest/contracts/erc721/output /sources/src/main/kotlin/org/example/web3jtest/contracts/erc721/MsNftV1CollectionCreator.sol ``\n```\n\nsolidity → java wrapper class\n```kotlin\nweb3j generate solidity -b src/main/kotlin/org/example/web3jtest/contracts/erc721/output/MsNftV1CollectionCreator.bin -a src/main/kotlin/org/example/web3jtest/contracts/erc721/output/MsNftV1CollectionCreator.abi -o src/main/kotlin -p org.example.web3jtest.contracts.erc721.wrapper\nweb3j generate solidity -b src/main/kotlin/org/example/web3jtest/contracts/erc721/output/MsNftV1Collection.bin -a src/main/kotlin/org/example/web3jtest/contracts/erc721/output/MsNftV1Collection.abi -o src/main/kotlin -p org.example.web3jtest.contracts.erc721.wrapper\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsetung%2Fweb3j-ganache-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsetung%2Fweb3j-ganache-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsetung%2Fweb3j-ganache-test/lists"}