{"id":26370296,"url":"https://github.com/ottodevs/annotat3","last_synced_at":"2026-01-03T10:33:20.752Z","repository":{"id":182310534,"uuid":"667931252","full_name":"ottodevs/annotat3","owner":"ottodevs","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-19T13:06:52.000Z","size":1416,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-08-02T05:23:14.534Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ottodevs.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}},"created_at":"2023-07-18T16:12:24.000Z","updated_at":"2023-07-19T12:41:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"9aebd94c-d390-4b7b-ac7e-477d888e0a69","html_url":"https://github.com/ottodevs/annotat3","commit_stats":null,"previous_names":["ottodevs/annotat3"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ottodevs%2Fannotat3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ottodevs%2Fannotat3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ottodevs%2Fannotat3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ottodevs%2Fannotat3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ottodevs","download_url":"https://codeload.github.com/ottodevs/annotat3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243945560,"owners_count":20372897,"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-03-16T23:18:41.638Z","updated_at":"2026-01-03T10:33:20.708Z","avatar_url":"https://github.com/ottodevs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Development\n\n## Setup and ceramic development\n\n- Install deps: `pnpm install`\n- Run local ceramic node: `./node_modules/@ceramicnetwork/cli/bin/ceramic.js daemon`\n- Generate private key: `./node_modules/@composedb/cli/bin/run.js did:generate-private-key`\n- Generate public DID from private key: `./node_modules/@composedb/cli/bin/run.js did:from-private-key [your-private-key]`\n    - Save this public key into `~/.ceramic/daemon.config.json`, within the existing `admin-dids` array.\n- Confirmation spin on testnet: `./node_modules/@ceramicnetwork/cli/bin/ceramic.js --network=testnet-clay`\n\n## Compile the composite schema\n\n- `composedb composite:create composites/blipCaptionRecord.graphql --output=src/__generated__/blipCaptionRecord.json --did-private-key=[your-private-key]`\n\nOrder for compiling:\n- \n\n\n\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n## Contract Deployments\n\n- Mumbai\n    - Escrow with 0xE13F6360eCD6dF96290d5581fAC6ab57B9c5fa56 as admin deployed to 0x4621c9c6dAF8eB5E55a3F50a1aE04F0AeA250809\n        ```sh\n             hardhat verify --network mumbai 0x4621c9c6dAF8eB5E55a3F50a1aE04F0AeA250809 \"0xE13F6360eCD6dF96290d5581fAC6ab57B9c5fa56\"\n            Successfully submitted source code for contract\n            contracts/Escrow.sol:Escrow at 0x4621c9c6dAF8eB5E55a3F50a1aE04F0AeA250809\n            for verification on the block explorer. Waiting for verification result...\n\n            Successfully verified contract Escrow on the block explorer.\n            https://mumbai.polygonscan.com/address/0x4621c9c6dAF8eB5E55a3F50a1aE04F0AeA250809#code\n        ```\n    - Token Annotoken [ANN] deployed to 0x276ee636F8080034b98253d232d941C8FfcD35C9\n        ```sh\n             hardhat verify --network mumbai 0x276ee636F8080034b98253d232d941C8FfcD35C9 \"Annotoken\" \"ANN\"\n            Successfully submitted source code for contract\n            contracts/Token.sol:Token at 0x276ee636F8080034b98253d232d941C8FfcD35C9\n            for verification on the block explorer. Waiting for verification result...\n\n            Successfully verified contract Token on the block explorer.\n            https://mumbai.polygonscan.com/address/0x276ee636F8080034b98253d232d941C8FfcD35C9#code\n        ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fottodevs%2Fannotat3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fottodevs%2Fannotat3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fottodevs%2Fannotat3/lists"}