From 870a6a102925772fcfc548931225e58ebca70754 Mon Sep 17 00:00:00 2001 From: steve kimoi <87986813+Stephen-Kimoi@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:54:08 +0000 Subject: [PATCH 1/2] adding generate did in the developer tools section --- roadmap/roadmap.json | 12 ------------ src/components/Common/toolingItems.ts | 9 +++++++++ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/roadmap/roadmap.json b/roadmap/roadmap.json index cdc5a32730..fd142db170 100644 --- a/roadmap/roadmap.json +++ b/roadmap/roadmap.json @@ -1299,18 +1299,6 @@ "is_community": true, "in_beta": false }, - { - "title": "Native USDC integration through CCTP", - "overview": "Bringing USD Coin (USDC) natively to ICP via integration with Circle's CCTP (Cross-Chain Transfer Protocol).", - "forum": "", - "proposal": "", - "docs": "", - "eta": "", - "status": "future", - "is_community": true, - "in_beta": false, - "milestone_id": "" - }, { "title": "BTC ordinals indexer and inscriber", "overview": "BTC ordinals indexer and inscriber running fully on chain on ICP. Adding a missing decentralized piece of infrastructure to the Bitcoin ecosystem to help it become more decentralized.", diff --git a/src/components/Common/toolingItems.ts b/src/components/Common/toolingItems.ts index 6464ed6bde..0f099176d2 100644 --- a/src/components/Common/toolingItems.ts +++ b/src/components/Common/toolingItems.ts @@ -105,6 +105,15 @@ export const dfinityToolingItems = [ }, ]; export const communityToolingItems = [ + { + title: "generate-did", + tags: ["CLI", "development", "Rust", "Candid"], + description: "A CLI tool to generate Candid (.did) files for Internet Computer Rust canisters.", + links: { + external: "https://crates.io/crates/generate-did", + github: "https://github.com/Stephen-Kimoi/generate-did" + }, + }, { title: "ic-repl", tags: ["development", "operations", "testing"], From a283e9adba9577c97fd5c41008e649fe91cfa3b2 Mon Sep 17 00:00:00 2001 From: steve kimoi <87986813+Stephen-Kimoi@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:22:41 +0000 Subject: [PATCH 2/2] a change I did not make --- roadmap/roadmap.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/roadmap/roadmap.json b/roadmap/roadmap.json index fd142db170..cdc5a32730 100644 --- a/roadmap/roadmap.json +++ b/roadmap/roadmap.json @@ -1299,6 +1299,18 @@ "is_community": true, "in_beta": false }, + { + "title": "Native USDC integration through CCTP", + "overview": "Bringing USD Coin (USDC) natively to ICP via integration with Circle's CCTP (Cross-Chain Transfer Protocol).", + "forum": "", + "proposal": "", + "docs": "", + "eta": "", + "status": "future", + "is_community": true, + "in_beta": false, + "milestone_id": "" + }, { "title": "BTC ordinals indexer and inscriber", "overview": "BTC ordinals indexer and inscriber running fully on chain on ICP. Adding a missing decentralized piece of infrastructure to the Bitcoin ecosystem to help it become more decentralized.",