Punica Box
  • Getting Started
  • Pikachu Box
  • Tutorial Token Box
  • Bitcoin Catcher Box
  • Interplanetary Album Box
  • WebAssembly Interplanetary Album Box
Powered by GitBook
On this page
  • Architecture
  • Getting started
  • Setting up the development environment
  • Unboxing the dApp

Was this helpful?

Tutorial Token Box

A box has all you need to get started with our OEP-4 (TutorialToken) tutorial.

PreviousPikachu BoxNextBitcoin Catcher Box

Last updated 5 years ago

Was this helpful?

Architecture

Getting started

Setting up the development environment

There are a few technical requirements before we start. Please install the following:

Unboxing the dApp

Install Punica.

$ pip3 install punica

Download the interplanetary-album box.

$ punica unbox interplanetary-album

Create virtual environments(optional).

$ virtualenv --no-site-packages venv

If you choose to create a virtual environment, you may need to activate your project's virtual environment firstly.

Install the necessary dependencies.

$ pip3 install -r requirements.txt

Git
Python 3.7