Skip to content

Latest commit

 

History

History
executable file
·
32 lines (19 loc) · 1.53 KB

README.md

File metadata and controls

executable file
·
32 lines (19 loc) · 1.53 KB

🌊 Ocean Academy

Ocean Academy is a community initiative providing a simple and practical introduction to Ocean Protocol starting from zero. The Academy currently has 2 modules: Ocean101 and Intro to Defi.

  1. This repository is for the main Ocean Academy website, hosted at https://oceanacademy.io/ , where you can explore our interactive modules.

  2. Why taking this tutorial? Get a competitive advantage by understanding the opportunities that can be generated on top of ocean protocol and the private data economy.


🧜 Contribute

Whether you're an experienced DApp developer or a curious learner just getting started with decentralized web concepts, there are plenty of ways for you to pitch in.

We open sourced the repo so for the academy contributors its easier to report issue and propose content.this is where you can read more about reporting a bug by creating a issue. We welcome and will incentivize this as well as submission of content proposals.

Most of our work and communication uses GitHub, a collaborative tool for code-based projects. However, you don't need coding skills to contribute to the OceanAcademy community!


🖥️ Running Ocean Academy Locally

Ocean Academy can run on any device that supports Nodejs.

git clone https://github.com/learn-ocean/ocean-academy.git && cd ocean-academy
yarn install # npm install
cd src/frontend
yarn install # npm install
yarn start # npm run start