{"id":16325494,"url":"https://github.com/tynes/eip1153","last_synced_at":"2025-10-17T19:31:32.460Z","repository":{"id":37079537,"uuid":"465135687","full_name":"tynes/eip1153","owner":"tynes","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-27T03:37:45.000Z","size":10,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T10:25:49.097Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/tynes.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}},"created_at":"2022-03-02T02:56:50.000Z","updated_at":"2022-12-16T02:27:07.000Z","dependencies_parsed_at":"2022-08-19T06:30:26.823Z","dependency_job_id":null,"html_url":"https://github.com/tynes/eip1153","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tynes%2Feip1153","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tynes%2Feip1153/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tynes%2Feip1153/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tynes%2Feip1153/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tynes","download_url":"https://codeload.github.com/tynes/eip1153/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238207647,"owners_count":19434095,"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":"2024-10-10T23:05:08.635Z","updated_at":"2025-10-17T19:31:27.411Z","avatar_url":"https://github.com/tynes.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eip 1153\n\nInstructions on how to spin up your own ephemeral EIP 1153\nenabled geth node. Compile contracts with a solc fork that\nsupports yul functions for `TSTORE` and `TLOAD` so that\nits easy for developers to test out the possibilities.\n\n```bash\n$ git submodule init\n$ git submodule update\n```\n\nTo build and start geth:\n\n```bash\n$ cd go-ethereum\n$ make geth\n$ ./build/bin/geth \\\n    --http \\\n    --http.api web3,eth,debug,personal,net \\\n    --vmdebug \\\n    --dev\n```\n\nTo compile a file:\n\n```bash\n$ cd solidity\n$ CI=x ./scripts/build.sh\n$ ./build/solc/solc --bin TestYul.sol\n```\n\nA helper script is provided to compile and deploy\na file. Note that this script will only work for\nsimple, single contract files. More complex deployments\nwill need to link the provided `solc` to their deployment\nsetup.\n\nDepends on `node` and `ethers`. Pass the path to\na file as the first argument to `deploy.sh`\nto deploy to the local `geth` node.\n\n```bash\n$ npm installl\n$ ./deploy.sh Test.sol\n```\n\nTest that it works using `seth`. The contract\naddress is printed in the output of `deploy.sh`.\n\n```bash\n$ seth call \u003ccontract address\u003e 'bar(uint256)(uint256)' 100\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftynes%2Feip1153","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftynes%2Feip1153","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftynes%2Feip1153/lists"}