Skip to content

The-Developers-Den/tour-de-cadence

Repository files navigation

Tour de Cadence

hackathon-banner

About

Participants

Name Github Discord
Pratham Singhal @Pratham-19 Pratham#7898

Description

The problem Tour De Cadence solves

Tour de Cadence addresses the lack of engaging and comprehensive learning resources for the Cadence programming language, which is required for creating smart contracts on the Flow blockchain. Existing materials are frequently dry, discouraging newcomers from exploring Flow's potential. Tour de Cadence provides an interactive platform with structured content, quizzes, and dynamic updates to help developers master Cadence and embrace the opportunities of the Flow ecosystem.

Preview

https://www.loom.com/share/0021e21fbcea46bfac6075303bc0a919?sid=b3475e17-d909-4568-827a-27746bee3a5a

Set up Project

Here's how to setup and run the project locally :

Prerequisites

Here are some pre-requisites that you may require to run the project on your system.

Install Project

Done with the pre-requisites?

Here are the steps to be taken after that :

  1. Clone the repository:
git clone https://github.com/The-Developers-Den/tour-de-cadence.git
  1. Change directory :
cd tour-de-cadence
  1. Install dependencies :
npm install
  or
yarn install
  1. Run
npm run start
  or
yarn run