Skip to content

conorseed/motokobootcamp2023-coreproject

Repository files navigation

👻 Motoko Bootcamp 2023

A huge thanks to Iri (ex-Motoko Bootcamp student | Motoko dev at Finterest) for contributing to the core project. You can use this repository as a starter point for your the core project of Motoko Bootcamp 2023.

To see the navigation bar hover on the left.

A few more things:

  • To build the core project you should complete the code that is missing for the dao canister and webpage canister.

  • Using this skeleton is NOT a requirement. This repository is only meant to help you get started.

  • The core project has to be submitted before the deadline - more infos on #submit.

  • [Plug wallet is used] and we recommend to use it for this core project to make your life easier: mainly because Principal for users will be the same between canisters. THIS IS NOT THE CASE WITH INTERNET IDENTITY WHICH WILL MAKE YOUR LIFE WAY HARDER.

  • There are some bugs and errors that can appear - the code has been quickly hacked to help you get on track and focus on Motoko but this is not a perfect example.

  • There is still an issue with the set up of the local environment. Deploying on the IC is the way to go since the project will have to be deployed locally.

Instructions to deploy

Install the necessary packages.

npm run install

Generate the interfaces

dfx generate

Deploy on the IC

dfx deploy --network ic

Live demo

There are 2 versions of this app deployed on the IC.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published