Skip to content

Commit

Permalink
added no key wallet sample
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas-con committed Dec 24, 2022
1 parent a4b21f0 commit 1d8c370
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions community/communityProjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Binary file added static/img/community-projects/no_key_wallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1d8c370

Please sign in to comment.