Skip to content

WiseMrMusa/starknet-africa-bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Kakashi

The sensei that helps you learn and build Starknet Dapp superfast.

Starknet has some of its nomenclature in the japanese culture. So Kakashi, the teacher of Team 7 in Naruto is here to help you build on Starknet just from this source. Since it is assumed you wouldn't need to read any other documentation in other to use this, we will make this as sweet as possible. And we've abstracted all of the scary parts so you find every part of it enjoyable.

If you find it helpfull, kindly drop a star.

Installations

Let's start from the least and most important: the package manager. Since we want every part of the experience to be blazingly fast, we'll be using bun and to install that simply run the code below:

curl -fsSL https://bun.sh/install | bash

Project Setup

To initialize the template, run:

git clone https://github.com/WiseMrMusa/kakashi && \
bun install 

Project Installations

This template is made up of different technologies built on Starknet. You only have to install them on your system with these easy commands, everything will work together.

  1. Install Katana Katana is the local node we'll be deploying our project on. If you have it installed, you can skip it. However, run this command:
    make install katana 
  2. Install Starknet Foundry To install Starknet Foundry, run:
    make install snfoundry 
  3. Install Starkli To install starkli, run:
    make install starkli

Running Project on Local Node

  1. Start Katana:
    make start katana
  2. Create an account from wallet
    make create signer ACC_NO="<NO>"
    NO: The account number you're creating It will request for private key which you can make available from katana The password is 1234

Declare and Deploy Contracts

  1. Build the project:
    make build
  2. Declare:
    make declare TARGET_SIERA="<PATH/TO/SIERRA>"
    Copy the declared hash of the contract
  3. Deploy:
    make deploy CLASS_HASH="<CONTRACT_CLASS_HASH>"

Made in Lagos, Nigeria for the World

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published