{"id":27117750,"url":"https://github.com/raykitajima/agencydeployer","last_synced_at":"2025-10-24T07:28:44.019Z","repository":{"id":285258712,"uuid":"548254347","full_name":"RayKitajima/AgencyDeployer","owner":"RayKitajima","description":"reference implementation of agency deployer","archived":false,"fork":false,"pushed_at":"2022-10-28T02:50:48.000Z","size":812,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T17:02:51.066Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/RayKitajima.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":"2022-10-09T07:34:49.000Z","updated_at":"2023-11-12T10:47:28.000Z","dependencies_parsed_at":"2025-03-30T17:12:59.456Z","dependency_job_id":null,"html_url":"https://github.com/RayKitajima/AgencyDeployer","commit_stats":null,"previous_names":["raykitajima/agencydeployer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayKitajima%2FAgencyDeployer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayKitajima%2FAgencyDeployer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayKitajima%2FAgencyDeployer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayKitajima%2FAgencyDeployer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RayKitajima","download_url":"https://codeload.github.com/RayKitajima/AgencyDeployer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608135,"owners_count":20965950,"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-04-07T06:36:21.099Z","updated_at":"2025-10-24T07:28:38.974Z","avatar_url":"https://github.com/RayKitajima.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Open ticket agency deployer\n\nThis is a simple tool to deploy a Open Ticket Agency's agency contract.\n\n## Usage\n\nBefore you start, you need to have a working TicketAgencyFactory contract deployed on local anvil or some other Ethereum network. And you need to have a valid private key for the account that will deploy the agency. It's nice to use a pair of private key and address that the anvil prompt gives you when you start it.\n\n```bash\n$ anvil\n                            _   _\n                            (_) | |\n      __ _   _ __   __   __  _  | |\n     / _` | | '_ \\  \\ \\ / / | | | |\n    | (_| | | | | |  \\ V /  | | | |\n     \\__,_| |_| |_|   \\_/   |_| |_|\n\n    0.1.0 (3a79ab0 2022-09-09T01:30:20.777011Z)\n    https://github.com/foundry-rs/foundry\n\nAvailable Accounts\n==================\n\n(0) 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266 (10000 ETH)\n    :\n    : \n``` \nin another terminal\n\n```bash\n$ cd /path/to/AgencyDeployer\n\n$ forge create --rpc-url http://127.0.0.1:8545/ --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 src/AgencyFactory.sol:AgencyFactory --hh\nNo files changed, compilation skipped\nDeployer: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\nDeployed to: 0x5FbDB2315678afecb367f032d93F642f64180aa3\nTransaction hash: 0xf4740dcd6dc708439e5a88ddcdea48771dce2b9b2f63a58b31ae56d66bc77cd2\n```\n\nThen, start the deployer:\n\n```bash\n$ npm run devbuild\n$ npm run serve\n```\n\nOpen `http://127.0.0.1:8090/0x5fbdb2315678afecb367f032d93f642f64180aa3/howto` in your browser and follow the instructions.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraykitajima%2Fagencydeployer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraykitajima%2Fagencydeployer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraykitajima%2Fagencydeployer/lists"}