Skip to content

motoko-bootcamp/core-project-starter

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 starting 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 using it for this core project to make your life easier: mainly because Principal for users will be the same between canisters (not the case with Internet Identity which will make the whole project more complex).

  • 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 install

Start your local reploca

dfx start

Deploy locally

dfx deploy 

Live demo

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

Common errors

  • When using Plug wallet you might encounter the following: "Uncaught (in promise) Error: There isn't enough space to open the popup" - if that's the case make sure to reduce your browser windows and give some space for the popup windows to appear.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published