{"id":27198511,"url":"https://github.com/sam-goodwin/cdk3","last_synced_at":"2025-10-10T00:06:42.564Z","repository":{"id":39110583,"uuid":"330584359","full_name":"sam-goodwin/cdk3","owner":"sam-goodwin","description":"CDK Construct Library for web3.","archived":false,"fork":false,"pushed_at":"2024-09-10T00:15:38.000Z","size":278,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T04:36:02.163Z","etag":null,"topics":["aws","cdk","cryptocurrency","solidity","web3"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/sam-goodwin.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":"2021-01-18T07:14:41.000Z","updated_at":"2022-03-02T00:21:48.000Z","dependencies_parsed_at":"2024-01-23T01:33:21.144Z","dependency_job_id":"2b59d41f-b76f-44c4-9eb7-1f2b863f62b1","html_url":"https://github.com/sam-goodwin/cdk3","commit_stats":null,"previous_names":["punchcard/cdk3"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/sam-goodwin/cdk3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-goodwin%2Fcdk3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-goodwin%2Fcdk3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-goodwin%2Fcdk3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-goodwin%2Fcdk3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sam-goodwin","download_url":"https://codeload.github.com/sam-goodwin/cdk3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam-goodwin%2Fcdk3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002370,"owners_count":26083355,"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-10-09T02:00:07.460Z","response_time":59,"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":["aws","cdk","cryptocurrency","solidity","web3"],"created_at":"2025-04-09T20:41:59.642Z","updated_at":"2025-10-10T00:06:42.544Z","avatar_url":"https://github.com/sam-goodwin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cdk3\n\nConstruct library for the continuous delivery of web3 dapps in AWS. Includes Constructs for CI/CD pipeline, secure storage of a Wallet's private keys, and web hosting on CloudFront for a cryptocurrency's brand.\n\n### Wallet\n\nThe `Wallet` Construct generates an Ethereum compatible wallet and stores it as an encrypted keystore in an AWS Secret encrypted with an AWS KMS Key.\n\nTo create a new wallet:\n\n```ts\nconst wallet = new cdk3.Wallet(this, \"Wallet\");\n```\n\nTo access the public key and address Resource Properties:\n\n```ts\nwallet.publicKey;\nwallet.address;\n```\n\nBy default, the KMS Key and AWS Secret Resources have generated names. To help with organization, you can set the `walletName` so that those Resources are named according to the convention, `${walletName}-\u003cprefix\u003e`. For example: `my-wallet-key` and `my-wallet-secret`.\n\n```ts\nnew cdk3.Wallet(this, \"Wallet\", {\n  walletName: \"my-wallet\",\n});\n```\n\nTo use an existing KMS Key to encrypt the AWS Secret (instead of generating a new one), set the `encryptionKey` property.\n\n```ts\nnew cdk3.Wallet(this, \"Wallet\", {\n  encryptionKey: myKey,\n});\n```\n\n### Contract\n\nComing Soon: https://github.com/punchcard/cdk3/issues/3\n\n### Web Hosting\n\nComing Soon: https://github.com/punchcard/cdk3/issues/5\n\n### Decentralized Autonomous Organization (DAO)\n\nComing Soon: https://github.com/punchcard/cdk3/issues/4\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsam-goodwin%2Fcdk3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsam-goodwin%2Fcdk3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsam-goodwin%2Fcdk3/lists"}