{"id":15083924,"url":"https://github.com/scisamir/dapp-exchange","last_synced_at":"2026-02-02T06:32:26.692Z","repository":{"id":254638881,"uuid":"846264968","full_name":"scisamir/dapp-exchange","owner":"scisamir","description":"A mini dapp exchange for cardano ecosystem","archived":false,"fork":false,"pushed_at":"2024-09-08T00:25:02.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T06:36:57.532Z","etag":null,"topics":["aiken","deno","fresh","lucid","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/scisamir.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-22T21:10:49.000Z","updated_at":"2024-09-08T00:25:06.000Z","dependencies_parsed_at":"2024-08-25T00:28:51.805Z","dependency_job_id":"32b01b25-68b8-4461-b9d5-e1790344ec96","html_url":"https://github.com/scisamir/dapp-exchange","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"9162b39b656317943cb1d6b9bbfd2c0ad8cc6f4a"},"previous_names":["scisamir/dapp-exchange"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scisamir/dapp-exchange","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scisamir%2Fdapp-exchange","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scisamir%2Fdapp-exchange/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scisamir%2Fdapp-exchange/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scisamir%2Fdapp-exchange/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scisamir","download_url":"https://codeload.github.com/scisamir/dapp-exchange/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scisamir%2Fdapp-exchange/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29007139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T04:25:24.522Z","status":"ssl_error","status_checked_at":"2026-02-02T04:24:51.069Z","response_time":58,"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":["aiken","deno","fresh","lucid","tailwindcss","typescript"],"created_at":"2024-09-25T07:00:24.246Z","updated_at":"2026-02-02T06:32:26.657Z","avatar_url":"https://github.com/scisamir.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fresh project\n\nYour new Fresh project is ready to go. You can follow the Fresh \"Getting\nStarted\" guide here: https://fresh.deno.dev/docs/getting-started\n\n### Usage\n\nMake sure to install Deno: https://deno.land/manual/getting_started/installation\n\nThen start the project:\n\n```\ndeno task start\n```\n\nThis will watch the project directory and restart as necessary.\n\n\n\n# dapp-exchange\n\nWrite validators in the `validators` folder, and supporting functions in the `lib` folder using `.ak` as a file extension.\n\nFor example, as `validators/always_true.ak`\n\n```gleam\nvalidator {\n  fn spend(_datum: Data, _redeemer: Data, _context: Data) -\u003e Bool {\n    True\n  }\n}\n```\n\n## Building\n\n```sh\naiken build\n```\n\n## Testing\n\nYou can write tests in any module using the `test` keyword. For example:\n\n```gleam\ntest foo() {\n  1 + 1 == 2\n}\n```\n\nTo run all tests, simply do:\n\n```sh\naiken check\n```\n\nTo run only tests matching the string `foo`, do:\n\n```sh\naiken check -m foo\n```\n\n## Documentation\n\nIf you're writing a library, you might want to generate an HTML documentation for it.\n\nUse:\n\n```sh\naiken docs\n```\n\n## Resources\n\nFind more on the [Aiken's user manual](https://aiken-lang.org).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscisamir%2Fdapp-exchange","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscisamir%2Fdapp-exchange","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscisamir%2Fdapp-exchange/lists"}