{"id":27966368,"url":"https://github.com/ardriveapp/ardrive-process","last_synced_at":"2025-05-07T20:18:21.591Z","repository":{"id":271017617,"uuid":"912011278","full_name":"ardriveapp/ardrive-process","owner":"ardriveapp","description":"The ArDrive token smart contract implementation for AO.","archived":false,"fork":false,"pushed_at":"2025-04-04T03:31:40.000Z","size":297,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T20:18:16.773Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ardriveapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2025-01-04T13:09:25.000Z","updated_at":"2025-04-04T03:30:26.000Z","dependencies_parsed_at":"2025-01-04T20:41:47.221Z","dependency_job_id":null,"html_url":"https://github.com/ardriveapp/ardrive-process","commit_stats":null,"previous_names":["ardriveapp/ardrive-process"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardriveapp%2Fardrive-process","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardriveapp%2Fardrive-process/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardriveapp%2Fardrive-process/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardriveapp%2Fardrive-process/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ardriveapp","download_url":"https://codeload.github.com/ardriveapp/ardrive-process/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252949236,"owners_count":21830154,"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":[],"created_at":"2025-05-07T20:18:20.919Z","updated_at":"2025-05-07T20:18:21.575Z","avatar_url":"https://github.com/ardriveapp.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# $ARDRIVE Process\n\nProcess State\n```lua\nBalances = {\n   [WALLET_ADDRESS] = 10000000000000,\n}\nDenomination = 6\nTotalSupply = TotalSupply or 10000000000000\nName = Name or 'ArDrive'\nTicker = Ticker or 'ARDRIVE'\nLogo = Logo or 'KKmRbIfrc7wiLcG0zvY1etlO0NBx1926dSCksxCIN3A'\n```\n\nHandlers\n`info` - read handler to get general process info like Name, Ticker and Logo\n\n`balance` - read handler to get balance of a user\n\n`balances` - read handler to get all balances\n\n`paginatedBalances` - read handler to get all balances\n\n`totalSupply` - read handler to get all balances\n\n`transfer` - transfer tokens\n\n`mint` - create new tokens, only by process or owner\n\n`burn` - burn existing tokens\n\n\n## TODOs\n\n- [X] Setup initial Lua process files and unit tests\n  - Create basic file structure\n  - Add initial test files\n  - Configure test runner\n\n- [X] Setup initial test scaffolding \n  - Create test helpers and utilities\n  - Add integration test framework\n  - Setup mocking capabilities\n\n- [ ] Setup GitHub for CD\n  - Configure deployment pipeline\n  - Add deployment environments\n  - Setup release automation\n\n- [ ] Setup GitHub for CI\n  - Add GitHub Actions workflow\n  - Configure test runners\n  - Setup code quality checks\n  - Add coverage reporting\n\n- [ ] Use latest module binary for tests\n  - Download latest stable release\n  - Configure test environment to use correct version\n  - Add version check to CI\n\n- [ ] Ensure memory tags set to largest possible when spawning\n  - Research memory tag limits\n  - Implement memory optimization\n  - Add memory monitoring\n\n- [ ] Create process ID with team wallet\n  - Setup secure wallet configuration\n  - Generate unique process IDs for dARDRIVE, tARDRIVE and ARDRIVE\n  - Link ID to team wallet\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fardriveapp%2Fardrive-process","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fardriveapp%2Fardrive-process","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fardriveapp%2Fardrive-process/lists"}