{"id":19967600,"url":"https://github.com/ceramicstudio/aiwa-ts","last_synced_at":"2026-04-15T21:31:50.980Z","repository":{"id":244431683,"uuid":"815226301","full_name":"ceramicstudio/aiwa-ts","owner":"ceramicstudio","description":"A tool that automatically pulls on-chain transaction data given an address input across Ethereum mainnet and Base, and subsequently saving the data to ComposeDB for easy querying and filtering. Also uses Passport to obtain humanity score.","archived":false,"fork":false,"pushed_at":"2024-09-18T03:40:43.000Z","size":1730,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-01T17:47:46.062Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ceramicstudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2024-06-14T16:18:48.000Z","updated_at":"2024-12-12T16:39:12.000Z","dependencies_parsed_at":"2025-03-01T17:41:16.900Z","dependency_job_id":"f4159519-d81c-4c5b-bb6e-7cd2588d286d","html_url":"https://github.com/ceramicstudio/aiwa-ts","commit_stats":null,"previous_names":["ceramicstudio/aiwa-ts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ceramicstudio/aiwa-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Faiwa-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Faiwa-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Faiwa-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Faiwa-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ceramicstudio","download_url":"https://codeload.github.com/ceramicstudio/aiwa-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ceramicstudio%2Faiwa-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31861321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-13T02:42:50.213Z","updated_at":"2026-04-15T21:31:50.963Z","avatar_url":"https://github.com/ceramicstudio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Address Interacted With Address (AIWA) on Ceramic\nAn adaptation of the [AIWA](https://github.com/wbnns/aiwa) tool in TypeScript with storage on Ceramic (using ComposeDB).\n\nA tool that automatically pulls on-chain transaction data given an address input across Ethereum mainnet and Base, and subsequently saving the data to ComposeDB for easy querying and filtering. Also uses Passport to obtain humanity score.\n\n## Dependencies\n\nIn order to run this example locally, you will need to create a copy of the [.env.example](.env.example) file in the root of this directory, rename it to `.env`, and begin loading the file with active corresponding values. These include the following:\n\n**ETHERSCAN_API_KEY**\n\nWe will be using the [Etherscan API](https://etherscan.io/apis) to pull transaction data from Eth mainnet. Sign up for the free tier and obtain a key if you do not already have one.\n\n**BASE_API_KEY**\n\nWe will be using the [Base Explorer API](https://basescan.org/apis) to pull transaction data from Base. Sign up for the free tier and obtain a key if you do not already have one.\n\n**CERAMIC_PRIVATE_KEY**\n\nThis is the private key your application will use to instantiate a static key:did in order to write transactions to Ceramic. This DID will act as the identifier for the issuer of points for your application (you).\n\nIf you have the [ComposeDB CLI](https://composedb.js.org/docs/0.7.x/api/modules/cli) installed globally, you can run the following command in your terminal to create one:\n\n```bash\ncomposedb did:generate-private-key\n```\n\n**PROJECT_ID**\n\nWe will be using [WalletConnect's](https://walletconnect.com/) Web3Modal for Web3 authentication.  \n\nYou can set up a developer account for free by visiting [cloud.walletconnect.com](https://cloud.walletconnect.com/sign-in). Once authenticated, create a new app and copy over the \"Project ID\" value (found in the dashboard view for that corresponding app).\n\n**GITCOIN_API_KEY** and **SCORER_ID**  \n\nWe will be using [Passport Scorer](https://scorer.gitcoin.co/) to determine our input address's humanity score. Set up an API key and a scorer ID in order to use this feature (free tier is available).\n\n## Getting Started\n\nOnce you've completed the steps above, you're ready to get started experimenting with the application in developer mode.\n\nFirst, install your dependencies:\n\n```bash\nnpm install\n```\n\nOnce installed, run the application in developer mode:\n\n```bash\nnpm run dev\n```\n\nThis action will run the [start script](scripts/run.mjs) which:\n\n1. Automatically generates Ceramic credentials and a ComposeDB configuration\n2. Uses our [schema definition](composites/00-types.graphql) to compile and deploy our composite onto our local node (running on local port 7007)\n3. Starts up a GraphiQL instance on local port 5002\n4. Runs our UI on port 3000\n\nNavigate to http://localhost:3000 in your browser. You'll be able to create an index and query your index on the /reads page based on either the default address, or your address if you wish to connect your wallet.\n\n## Learn More\n\nTo learn more about Ceramic please visit the following links\n\n- [Ceramic Documentation](https://developers.ceramic.network/learn/welcome/) - Learn more about the Ceramic Ecosystem.\n- [ComposeDB](https://developers.ceramic.network/docs/composedb/getting-started) - Details on how to use and develop with ComposeDB!\n- [Off-Chain EAS Attestations](https://docs.attest.sh/docs/tutorials/ceramic-storage) - Create off-chain attestations with EAS while using ComposeDB for storage and querying\n- [Data Control Patterns in Decentralized Storage](https://blog.ceramic.network/data-control-patterns-in-decentralized-storage/) - Learn how different teams are taking advantage of various data control patterns in the dStorage space\n- [AI Chatbot on ComposeDB](https://learnweb3.io/lessons/build-an-ai-chatbot-on-compose-db-and-the-ceramic-network) - Build an AI-powered Chatbot and save message history to ComposeDB\n- [ComposeDB API Sandbox](https://developers.ceramic.network/sandbox) - Test GraphQL queries against a live dataset directly from your browser\n- [Ceramic Blog](https://blog.ceramic.network/) - Browse technical tutorials and more on our blog\n- [Ceramic Discord](https://discord.com/invite/ceramic) - Join the Ceramic Discord\n- [Follow Ceramic on Twitter](https://twitter.com/ceramicnetwork) - Follow us on Twitter for latest announcements!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceramicstudio%2Faiwa-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceramicstudio%2Faiwa-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceramicstudio%2Faiwa-ts/lists"}