{"id":20585794,"url":"https://github.com/shutter-network/encrypting-rpc-server","last_synced_at":"2026-04-16T16:33:07.974Z","repository":{"id":197021128,"uuid":"696180133","full_name":"shutter-network/encrypting-rpc-server","owner":"shutter-network","description":"An Ethereum JSON RPC server for Shutterized Gnosis Chain that encrypts transactions","archived":false,"fork":false,"pushed_at":"2024-05-22T21:53:45.000Z","size":98,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-05-22T22:32:50.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/shutter-network.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":"2023-09-25T08:49:16.000Z","updated_at":"2024-05-30T12:09:26.310Z","dependencies_parsed_at":null,"dependency_job_id":"d162d117-307a-490d-93bc-1d01e7a9e39f","html_url":"https://github.com/shutter-network/encrypting-rpc-server","commit_stats":null,"previous_names":["shutter-network/encrypting-rpc-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shutter-network/encrypting-rpc-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shutter-network%2Fencrypting-rpc-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shutter-network%2Fencrypting-rpc-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shutter-network%2Fencrypting-rpc-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shutter-network%2Fencrypting-rpc-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shutter-network","download_url":"https://codeload.github.com/shutter-network/encrypting-rpc-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shutter-network%2Fencrypting-rpc-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27523845,"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","status":"online","status_checked_at":"2025-12-05T02:00:07.920Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-16T07:09:22.624Z","updated_at":"2025-12-05T16:04:12.771Z","avatar_url":"https://github.com/shutter-network.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Encrypting RPC Server\n\nThis server is using Gnosis Chain Configuration and Shutter Network Mempool encryption to protect your transactions against MEV.\n\n## Requirements\n\nTo deploy and use for requests other than eth_sendRawTransaction\n* Ganache \u003e= 7.0.0\n* Foundry \u003e= 0.2.0\n\nTo start and build the server:\n* Docker\n\n## How to run example\n\n1. First you need to use below command to get submodules:\n`git submodule update --init`\n2. Start a ganache server by:\n`ganache -b 5 -t 2021-12-08T20:55:40 --wallet.mnemonic brownie`\n3. Deploy contracts in /src folder by using:\n`make compile-contracts \u0026\u0026 make deploy`\n4. Build the container image:\n`docker build . -t encrypting-rpc-server`\n5. Run the server:\n`docker run -p 8546:8546 encrypting-rpc-server --signing-key bbfbee4961061d506ffbb11dfea64eba16355cbf1d9c29613126ba7fec0aed5d --key-broadcast-contract-address {KEY_BROADCAST_CONTRACT_ADDRESS} --sequencer-address {SEQUENCER_CONTRACT_ADDRESS} --keyper-set-manager-address {KEYPER_SET_MANAGER_CONTRACT_ADDRESS} --rpc-url http://host.docker.internal:8545`\n\nContract  addresses can be obtained from `gnosh-contracts/broadcast/deploy.s.sol/1337/run-latest.json`. There are `CREATE` `transactionType` and select `contractName` as what you need then  you have the `contractAddress`.  \n\nThere are other options you can use like:\n\n* `rpc-url`: RPC URL from alchemy/infura or other providers. Default: http://localhost:8545\n* `http-listen-address`: Which address this server runs. Default: :8546\n* `keyper-set-change-look-ahead`: How much ahead your transactions should be revealed.\n* For running the server with prometheus metrics enabled, use `metrics-port`, `metrics-host` and `metrics-port`\n* `wait-mined-interval` can be used to update the time delay for inclusion checks.\n* `dbUrl` it is the url of postgres database, to record transactions and encrypted transactions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshutter-network%2Fencrypting-rpc-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshutter-network%2Fencrypting-rpc-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshutter-network%2Fencrypting-rpc-server/lists"}