{"id":16095661,"url":"https://github.com/rigwild/ipfs-ark-stamp","last_synced_at":"2025-03-18T06:31:07.748Z","repository":{"id":115713203,"uuid":"248612040","full_name":"rigwild/ipfs-ark-stamp","owner":"rigwild","description":"📝 Add files to IPFS and stamp its IPFS CID hash permanently on the ARK Blockchain","archived":false,"fork":false,"pushed_at":"2020-07-22T13:49:10.000Z","size":784,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-16T17:45:22.346Z","etag":null,"topics":["ark","ark-blockchain","blockchain","ipfs","ipfs-hash","stamp","webapp"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rigwild.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":"2020-03-19T21:51:11.000Z","updated_at":"2024-05-30T11:56:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"3fc71c38-d27d-4cb4-bf39-1cca93a6466c","html_url":"https://github.com/rigwild/ipfs-ark-stamp","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"3c8d2137ab5cf48cd5cd0fcb8666610960a059ff"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rigwild%2Fipfs-ark-stamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rigwild%2Fipfs-ark-stamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rigwild%2Fipfs-ark-stamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rigwild%2Fipfs-ark-stamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rigwild","download_url":"https://codeload.github.com/rigwild/ipfs-ark-stamp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244169438,"owners_count":20409716,"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":["ark","ark-blockchain","blockchain","ipfs","ipfs-hash","stamp","webapp"],"created_at":"2024-10-09T17:07:33.807Z","updated_at":"2025-03-18T06:31:07.743Z","avatar_url":"https://github.com/rigwild.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ipfs-ark-stamp\n\u003e 📝 Add files to IPFS and stamp its IPFS CID hash permanently on the ARK Blockchain\n\nUses an [OrbitDB](https://github.com/orbitdb/orbit-db) log instance on the IPFS node to store the [ARK Blockchain](https://ark.io/) IPFS stamps transaction IDs associated with the IPFS files CIDs.\n\n## Features\n - List/Add/Delete and Pin/Unpin files on the IPFS node\n - Stamp the IPFS file CID hash on the [ARK Blockchain](https://ark.io/)\n - Open the IPFS stamp transaction on the [ARK Blockchain Explorer](https://explorer.ark.io/)\n - Store the ARK Blockchain IPFS stamp transaction ID on the IPFS node using [OrbitDB](https://github.com/orbitdb/orbit-db)\n - Synchronize the local [OrbitDB](https://github.com/orbitdb/orbit-db) store with the already-broadcasted ARK Blockchain IPFS CIDs\n\n## Install\n```sh\nyarn\n```\n\n## Build\n```sh\nyarn build\n```\n\n## Configure\nYou need to set environment variables to configure the project. Copy [`.env.example`](./.env.example) to `.env` and edit this file.\n\n**This is required**.\n\n| Configuration option | Description | Default value |\n| -------------------- | ----------- | ------------- |\n| `SERVER_PORT` | Server port | `5000` |\n| `FILE_UPLOAD_MAX_SIZE` | Max accepted file size when uploading a file to the IPFS node | `20971520` (i.e. 20 MB) |\n| `IPFS_NODE_MULTIADDR` | IPFS node multiaddr | `'/ip4/127.0.0.1/tcp/5001'` |\n| `IPFS_NODE_STAMPED_DIR` | Directory to target on the IPFS node | `'/stamped'` |\n| `ORBIT_DB_STORE` | OrbitDB log store | `'stamped_db'` |\n| `ARK_API_URI` | ARK node API URI | `'https://dexplorer.ark.io/api/v2'` |\n| `ARK_EXPLORER_URI` | ARK explorer URI | `'https://dexplorer.ark.io'` |\n| `ARK_NETWORK` | ARK Blockchain network | `'devnet'` |\n| `ARK_TRANSACTION_FEE` | ARK IPFS transaction stamp fees | `'10000000'` (i.e. `0.1 ARK`) |\n| `ARK_WALLET_PASSPHRASE` | ARK wallet passphrase | `'wallet ark blockchain passphrase'` |\n\n## Run\n```sh\nyarn start\n```\n\n## Screenshot\n![Screenshot](./screenshot.jpg)\n\n## License\n[The MIT license](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frigwild%2Fipfs-ark-stamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frigwild%2Fipfs-ark-stamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frigwild%2Fipfs-ark-stamp/lists"}