{"id":45816370,"url":"https://github.com/init4tech/signet-sol","last_synced_at":"2026-02-26T18:56:26.551Z","repository":{"id":316424019,"uuid":"1036260399","full_name":"init4tech/signet-sol","owner":"init4tech","description":"Signet Orders examples in solidity ","archived":false,"fork":false,"pushed_at":"2026-02-16T23:01:59.000Z","size":55,"stargazers_count":12,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-17T05:32:57.221Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/init4tech.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-11T20:00:28.000Z","updated_at":"2026-01-13T22:26:33.000Z","dependencies_parsed_at":"2025-09-24T15:17:17.992Z","dependency_job_id":null,"html_url":"https://github.com/init4tech/signet-sol","commit_stats":null,"previous_names":["init4tech/signet-sol"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/init4tech/signet-sol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/init4tech%2Fsignet-sol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/init4tech%2Fsignet-sol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/init4tech%2Fsignet-sol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/init4tech%2Fsignet-sol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/init4tech","download_url":"https://codeload.github.com/init4tech/signet-sol/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/init4tech%2Fsignet-sol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29867967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T18:42:30.764Z","status":"ssl_error","status_checked_at":"2026-02-26T18:41:47.936Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-02-26T18:56:25.876Z","updated_at":"2026-02-26T18:56:26.530Z","avatar_url":"https://github.com/init4tech.png","language":"Solidity","readme":"# Signet Solidity Examples\n\nThis repo contains solidity examples using the [Signet Orders] system to do\nsome fun and suprising things 🎀\n\nSignet Orders are cross-chain, instant, atomic, and composable. Because Outputs\nare effectively MEV, you can do some really interesting things with them. Like\n[MevWallet], Signet Orders allow you to leverage MEV Searchers to:\n\n- Move assets across chains\n- Invoke functions on other chains\n- Schedule transactions or function invocations\n- Capture MEV produced by your application\n- Impress your friends\n- And more!\n\n## App Examples\n\n- [`Morpho.sol`](./src/apps/Morpho.sol) - Contracts that allow you to drive\n  Morpho lending market positions using Signet Orders. This allows you to\n  supply, borrow, and lend Morpho positions on Ethereum from Signet instantly\n  and atomically.\n\n## Orders Examples\n\n- [`SignetStd.sol`](./src/SignetStd.sol) - A simple contract that\n  auto-configures Signet system parameters, based on the chain id.\n- [`Flash.sol`](./src/examples/Flash.sol) - Allows your contract to flash borrow\n  any asset (provided some searcher will provide it). Flash loans work by\n  having an input and output of the same asset. The Output is then used as the\n  Input to its own Order. This is pretty neat 🎀\n- [`GetOut.sol`](./src/examples/GetOut.sol) - A shortcut contract for\n  exiting Signet (by offering searchers a 50 bps fee).\n- [`PayMe.sol`](./src/examples/PayMe.sol) - Payment gating for smart contracts,\n  using a Signet Order with no inputs. These ensures that contract execution is\n  invalid unless SOMEONE has filled the Order. Unlike traditional payment gates\n  that check `msg.value`, this does NOT require the calling contract to manage\n  cash flow. Instead _any third party_ can fill the order. The calling contract\n  can be blind to the payment. This greatly simplifies contract logic required\n  to implement payment gates.\n- [`PayYou.sol`](./src/examples/PayYou.sol) - The opposite of payment gating,\n  this allows a contract to generate MEV by offering a Signet Order with no\n  outputs. This payment becomes a bounty for calling the contract, and\n  functions as an incentivized scheduling system.\n\n## Basic Repo Instructions\n\n### Build\n\n```shell\n$ forge build\n```\n\n### Test\n\n```shell\n$ forge test\n```\n\n### Format\n\n```shell\n$ forge fmt\n```\n\n[MevWallet]: https://github.com/blunt-instruments/MevWallet\n[Signet Orders]: https://signet.sh/docs/learn-about-signet/cross-chain-transfers/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finit4tech%2Fsignet-sol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finit4tech%2Fsignet-sol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finit4tech%2Fsignet-sol/lists"}