Skip to content

This repo contains code and slides for Road to Decipher Bootcamp

Notifications You must be signed in to change notification settings

0xpranjal/Road-to-Decipher-Bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Road-to-Decipher-Bootcamp

This repo contains code and slides for Road to Decipher Bootcamp

Setting up your developer environment

Install brew

cd /opt
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
export PATH=/opt/homebrew/bin:$PATH
export PATH=/opt/homebrew/sbin:$PATH

Install python 3

brew install python3

Install nodejs

brew install node

Install sandbox

git clone https://github.com/algorand/sandbox.git

Changes in configuration for running sandbox within a propject folder

volumes:
- type: bind
  source: ../
  target: /data

Intialising sandbox

./sandbox up -v ./sandbox enter algod

About

This repo contains code and slides for Road to Decipher Bootcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published