{"id":28625808,"url":"https://github.com/berasumitdev/my-plutus","last_synced_at":"2025-08-02T03:12:40.461Z","repository":{"id":294594199,"uuid":"941834566","full_name":"berasumitdev/my-plutus","owner":"berasumitdev","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-03T06:04:56.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T08:11:43.775Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/berasumitdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS.md","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-03T06:04:51.000Z","updated_at":"2025-03-03T06:04:59.000Z","dependencies_parsed_at":"2025-05-22T09:03:26.591Z","dependency_job_id":null,"html_url":"https://github.com/berasumitdev/my-plutus","commit_stats":null,"previous_names":["berasumitdev/my-plutus"],"tags_count":0,"template":false,"template_full_name":"IntersectMBO/plinth-template","purl":"pkg:github/berasumitdev/my-plutus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berasumitdev%2Fmy-plutus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berasumitdev%2Fmy-plutus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berasumitdev%2Fmy-plutus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berasumitdev%2Fmy-plutus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berasumitdev","download_url":"https://codeload.github.com/berasumitdev/my-plutus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berasumitdev%2Fmy-plutus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268330932,"owners_count":24233152,"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-08-02T02:00:12.353Z","response_time":74,"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":"2025-06-12T08:11:30.000Z","updated_at":"2025-08-02T03:12:40.436Z","avatar_url":"https://github.com/berasumitdev.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plutus Tx Template\n\nA template repository for your `plutus-tx` smart contract project.\n\n`plutus-tx` currently supports GHC `v9.2.x` and `v9.6.x`. Cabal `v3.8+` is recommended.\n\n### 1. Create the repository\n\n- From the command line:\n\n  ```\n  gh repo create my-project --private --template IntersectMBO/plutus-tx-template\n  ```\n\n- Or from the [GitHub web page](https://github.com/IntersectMBO/plutus-tx-template), click the top-right green button:\n\n  `Use this template -\u003e Create new repository`\n\n- Or just fork/clone `plutus-tx-template` (but note that this is a template repository)\n\n  More information on GitHub template repositories can be found [here](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).\n\n### 2. Setup your development environment\n\n- With Nix (**recommended**)\n\n  Follow [these instructions](https://github.com/input-output-hk/iogx/blob/main/doc/nix-setup-guide.md) to install and configure nix, *even if you already have it installed*.\n\n  Then enter the shell using `nix develop`.\n\n  The nix files inside this template follow the [`iogx` flake](https://github.com/input-output-hk/iogx), but you can delete and replace them with your own. In that case, you might want to include the [`devx` flake](https://github.com/input-output-hk/devx/issues) in your flake inputs as a starting point to supply all the necessary dependencies, making sure to use one of the `-iog` flavours.\n\n- With Docker / Devcontainers / Codespaces\n\n  From the [GitHub web page](https://github.com/IntersectMBO/plutus-tx-template), click the top-right green button:\n\n  `Use this template -\u003e Open in a codespace`\n\n  Or let VSCode create a local codespace for you when you open this project.\n\n  You can modify your [`devcontainer.json`](./.devcontainer/devcontainer.json) file to customize the container (more info [here](https://github.com/input-output-hk/devx?tab=readme-ov-file#vscode-devcontainer--github-codespace-support)).\n\n  Or using your local docker installation (change the `/path/to/my-project` accordingly):\n  ```\n  docker run \\\n    -v /path/to/my-project:/workspaces/my-project \\\n    -it ghcr.io/input-output-hk/devx-devcontainer:x86_64-linux.ghc96-iog\n  ```\n\n  When using this approach, you can ignore/delete/replace the nix files entirely.\n\n- With manually-installed dependencies (**not recommended**)\n\n  Follow the instructions for [cardano-node](https://github.com/input-output-hk/cardano-node-wiki/blob/main/docs/getting-started/install.md) for a custom setup.\n\n  When using this approach, you can ignore/delete/replace the nix files entirely.\n\n### 3. Run the example application\n\nRun `cabal update` first, then read [Example: An Auction Smart Contract](https://plutus.cardano.intersectmbo.org/docs/category/example-an-auction-smart-contract) to get started.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberasumitdev%2Fmy-plutus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberasumitdev%2Fmy-plutus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberasumitdev%2Fmy-plutus/lists"}