From 08e0b11e7941a3209786a65720de3da710f83a9c Mon Sep 17 00:00:00 2001 From: Jesper Tullberg Date: Sat, 1 Apr 2023 08:28:39 +0200 Subject: [PATCH] add cardano-starter-kit files --- kits/cardano-starter-kit/metadata.yaml | 15 +++++++++++++++ kits/cardano-starter-kit/readme.md | 19 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 kits/cardano-starter-kit/metadata.yaml create mode 100644 kits/cardano-starter-kit/readme.md diff --git a/kits/cardano-starter-kit/metadata.yaml b/kits/cardano-starter-kit/metadata.yaml new file mode 100644 index 0000000..8e33c70 --- /dev/null +++ b/kits/cardano-starter-kit/metadata.yaml @@ -0,0 +1,15 @@ +title: Cardano Starter Kit +logo: https://avatars.githubusercontent.com/u/121058009?s=200&v=4 +description: A starter kit for building cardano web3 applications with React, NextJS, and TypeScript using use-cardano and Lucid for interacting with the blockchain. +repository: https://github.com/use-cardano/cardano-starter-kit +features: + - containers + - workspaces +settings: + template: typescript + size: small +author: + name: AlanSmithee + logo: https://avatars.githubusercontent.com/u/11805103?v=4 +social: + twitter_handle: GGAlanSmithee \ No newline at end of file diff --git a/kits/cardano-starter-kit/readme.md b/kits/cardano-starter-kit/readme.md new file mode 100644 index 0000000..fda810e --- /dev/null +++ b/kits/cardano-starter-kit/readme.md @@ -0,0 +1,19 @@ +# Cardano Starter Kit + +Build Web3 applications on Cardano with [use-cardano](https://use-cardano.alangaming.com) and [Lucid](https://lucid.spacebudz.io/) + +## What's included? + +- [lucid-cardano](https://www.github.com/spacebudz/lucid) +- [use-cardano](https://www.github.com/use-cardano/use-cardano) +- [Next.js](https://nextjs.org/) with [TypeScript](https://www.typescriptlang.org/) +- [Tailwind CSS](https://tailwindcss.com/) + +## Docs + +- [use-cardano](https://use-cardano.alangaming.com) +- [Lucid](https://lucid.spacebudz.io/) + +## license + +MIT