{"id":13721184,"url":"https://github.com/logical-mechanism/Assist","last_synced_at":"2025-05-07T13:32:02.038Z","repository":{"id":166084563,"uuid":"641519846","full_name":"logical-mechanism/Assist","owner":"logical-mechanism","description":"A library of specialized Aiken functions for smart contracts on Cardano.","archived":false,"fork":false,"pushed_at":"2024-11-08T19:36:49.000Z","size":20075,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-08T20:29:08.418Z","etag":null,"topics":["aiken","library","open-source","smart-contracts"],"latest_commit_sha":null,"homepage":"https://www.logicalmechanism.io/docs/index.html","language":"Gleam","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/logical-mechanism.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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-05-16T16:33:07.000Z","updated_at":"2024-11-08T19:36:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"bec2ba5e-cb06-41a3-90c3-452b00f5d91f","html_url":"https://github.com/logical-mechanism/Assist","commit_stats":null,"previous_names":["logical-mechanism/assist"],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logical-mechanism%2FAssist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logical-mechanism%2FAssist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logical-mechanism%2FAssist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logical-mechanism%2FAssist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logical-mechanism","download_url":"https://codeload.github.com/logical-mechanism/Assist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224604843,"owners_count":17339217,"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":["aiken","library","open-source","smart-contracts"],"created_at":"2024-08-03T01:01:13.535Z","updated_at":"2025-05-07T13:32:02.032Z","avatar_url":"https://github.com/logical-mechanism.png","language":"Gleam","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# Aiken Assist Library\n\nThe **Aiken Assist Library** is a collection of specialized functions for [Aiken](https://github.com/aiken-lang/aiken). This library extends the default functionality of [stdlib](https://github.com/aiken-lang/stdlib) and provides routines that facilitate quick development of smart contracts on Cardano.\n\n## Compatibility\n\naiken's version | assist's version\n---             | ---\n`v1.1.5+`       | `\u003e= v0.5.1`\n`v1.0.29-alpha` | `== v0.4.11`\n\nAssist library `v0.5.x+` will be Plutus V3+. For Plutus V2 contracts use the `v0.4.11` branch.\n\n## Getting Started\n\nTo start using the library, follow these steps:\n\n1. Import the library with the command:\n\n```bash\naiken packages add logical-mechanism/assist --version v0.5.1\n```\n\n- Stay up to date by updating the version to the newest tag when applicable, i.e. `v0.5.1` -\u003e `v0.5.x`.\n\n2. Compile your project by running the command `aiken check` in your project directory. If a complete recheck is required then run the command:\n\n```bash\nrm -fr build || true\naiken check\n```\n\n## Usage\n\nTo use the **Aiken Assist Library** in your project, import the desired submodules into your `.ak` file. For example:\n\n```rust\nuse tx/signing\nuse types/wallet.{Wallet}\nuse cardano/prefixes.{database}\n```\n\nPlease refer to the documentaiton for available Assist modules.\n\n## Documentation\n\nYou can generate the library's documentation locally by running the command `aiken docs` in your project directory. Alternatively, you can view the [online documentation](https://www.logicalmechanism.io/docs/index.html) for detailed information on the library's functions and usage.\n\n## Contributing\n\nWant to contribute? See [CONTRIBUTING.md](./CONTRIBUTING.md) to know how.\n\n## Contact\n\nFor any questions or feedback, please contact the project maintainer at `support@logicalmechanism.io`.\n\n## License\n\nThe **Aiken Assist Library** is released under the Apache2 License. See the `LICENSE` file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogical-mechanism%2FAssist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogical-mechanism%2FAssist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogical-mechanism%2FAssist/lists"}