diff --git a/community/communityProjects.ts b/community/communityProjects.ts index fadf5ef4e0..7c1d5c123b 100644 --- a/community/communityProjects.ts +++ b/community/communityProjects.ts @@ -2005,6 +2005,23 @@ const communityProjects: SampleItem[] = [ level: "beginner", contentType: ["code samples", "community repo", "tutorial"], }, + { + index: 123, + title: "No Key Wallet", + body: "Sign transactions for EVM-compatible blockchains on the Internet Computer.", + image: "/img/community-projects/no_key_wallet.png", + links: { + github: "https://github.com/nikolas-con/ic-evm-sign-starter", + livePreview: "https://vqbpb-giaaa-aaaap-qaxda-cai.ic0.app", + external: "https://www.tzionis.com/projects/ic-evm-sign", + docs: "https://github.com/nikolas-con/ic-evm-sign", + otherLinks: [], + }, + domains: ["Asynchronous DeFi"], + languages: ["rust", "javascript"], + level: "intermediate", + contentType: ["code samples", "community repo", "tutorial"], + }, ]; export default communityProjects; diff --git a/static/img/community-projects/no_key_wallet.png b/static/img/community-projects/no_key_wallet.png new file mode 100644 index 0000000000..eb88256014 Binary files /dev/null and b/static/img/community-projects/no_key_wallet.png differ