{"id":13524839,"url":"https://github.com/letmejustputthishere/icrc7_launchpad","last_synced_at":"2026-02-27T08:38:38.798Z","repository":{"id":225974504,"uuid":"756778665","full_name":"letmejustputthishere/icrc7_launchpad","owner":"letmejustputthishere","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-25T15:11:54.000Z","size":1496,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-22T22:27:26.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Motoko","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/letmejustputthishere.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":"2024-02-13T09:45:03.000Z","updated_at":"2024-09-25T15:11:59.000Z","dependencies_parsed_at":"2024-03-05T09:27:38.088Z","dependency_job_id":"c2fbea74-3cba-4e89-be1e-daa31e176083","html_url":"https://github.com/letmejustputthishere/icrc7_launchpad","commit_stats":null,"previous_names":["letmejustputthishere/icrc7_launchpad"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/letmejustputthishere/icrc7_launchpad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letmejustputthishere%2Ficrc7_launchpad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letmejustputthishere%2Ficrc7_launchpad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letmejustputthishere%2Ficrc7_launchpad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letmejustputthishere%2Ficrc7_launchpad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/letmejustputthishere","download_url":"https://codeload.github.com/letmejustputthishere/icrc7_launchpad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letmejustputthishere%2Ficrc7_launchpad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29888212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T08:34:21.514Z","status":"ssl_error","status_checked_at":"2026-02-27T08:32:38.035Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-08-01T06:01:13.891Z","updated_at":"2026-02-27T08:38:38.771Z","avatar_url":"https://github.com/letmejustputthishere.png","language":"Motoko","funding_links":[],"categories":["Fungible and Non-fungible Tokens (NFTs)"],"sub_categories":["Implementations"],"readme":"# ICRC-7 Launchpad\n\n## Quickstart\n\n\u003e [!IMPORTANT]\n\u003e Make sure that [Node.js](https://nodejs.org/en/) `\u003e= 20`, [mops](https://docs.mops.one/quick-start) `\u003e=1.0.0` and [`dfx`](https://internetcomputer.org/docs/current/references/dfxvm/) `\u003e= 0.23.0` are installed on your system.\n\n\u003e [!WARNING]\n\u003e Make sure to have a `identity.pem` at the root of the project. Provide the account identifier of this identity in the `init_args` of the `dfx.json` file for the ledger and cmc canister deployments.\n\n```bash\ndfx start --clean --background # Run dfx in the background\nnpm run setup # Install packages, deploy canisters, and generate type bindings\n\nnpm start # Start the development server\n\n# in a new terminal run\nnpm run upload-canisters # upload the wasm files for the icrc7 ledger and asset canister to the launchpad canister\nnpm run create-collections # create a number of dummy collections on the launchpad\n```\n\n## 🛠️ Technology Stack\n\n- [Vite](https://vitejs.dev/): high-performance tooling for front-end web development\n- [SvelteKit](https://kit.svelte.dev/): a component-based UI library\n- [TypeScript](https://www.typescriptlang.org/): JavaScript extended with syntax for types\n- [Sass](https://sass-lang.com/): an extended syntax for CSS stylesheets\n- [Prettier](https://prettier.io/): code formatting for a wide range of supported languages\n- [Motoko](https://github.com/dfinity/motoko#readme): a safe and simple programming language for the Internet Computer\n- [Mops](https://mops.one): an on-chain community package manager for Motoko\n- [mo-dev](https://github.com/dfinity/motoko-dev-server#readme): a live reload development server for Motoko\n- [eslint](https://eslint.org/): a static code analysis tool used in software development for identifying problematic patterns or code that doesn't adhere to certain style guidelines in JavaScript and TypeScript\n- [Internet Identity](https://github.com/dfinity/internet-identity/tree/main): a decentralized identity provider for the Internet Computer\n- [pic.js](https://github.com/hadronous/pic-js): an Internet Computer Protocol canister testing library for TypeScript and JavaScript\n\n## 🧪 Testing\n\nYou can run `npm run test` to run unit tests using [`mops test`](https://docs.mops.one/cli/mops-test) and end-to-end tests using [`pic.js`](https://hadronous.github.io/pic-js/).\n\n## 📚 Documentation\n\n- [Vite developer docs](https://vitejs.dev/guide/)\n- [SvelteKit quick start guide](https://learn.svelte.dev/tutorial/introducing-sveltekit)\n- [Internet Computer docs](https://internetcomputer.org/docs/current/developer-docs/ic-overview)\n- [`dfx.json` reference schema](https://internetcomputer.org/docs/current/references/dfx-json-reference/)\n- [Motoko developer docs](https://internetcomputer.org/docs/current/developer-docs/build/cdks/motoko-dfinity/motoko/)\n- [Mops usage instructions](https://j4mwm-bqaaa-aaaam-qajbq-cai.ic0.app/#/docs/install)\n- [Internet Identity docs](https://internetcomputer.org/docs/current/developer-docs/integrations/internet-identity/overview)\n- [pic-js](https://hadronous.github.io/pic-js/)\n\n## 💡 Tips and Tricks\n\n- Customize your project's code style by editing the `.prettierrc` file and then running `npm run format`.\n- Reduce the latency of update calls by passing the `--emulator` flag to `dfx start`.\n- Install a Motoko package by running `mops add \u003cpackage-name\u003e`. Here is a [list of available packages](https://mops.one/).\n- Split your frontend and backend console output by running `npm run frontend` and `npm run backend` in separate terminals.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletmejustputthishere%2Ficrc7_launchpad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fletmejustputthishere%2Ficrc7_launchpad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletmejustputthishere%2Ficrc7_launchpad/lists"}