WebAssembly Interplanetary Album Box
A box has all you need to get started with WebAssembly contract, IPFS and ONT ID(Interplanetary Album) tutorial.
Getting Started
There are a few technical requirements before we start. Please install the following:
Unboxing the dApp
Install Punica CLI.
$ pip3 install punicaDownload the interplanetary-album-box.
$ punica unbox interplanetary-albumCreate Virtual Environments (optional)
$ sudo apt-get install python3-venv$ python3 -m venv venvIf 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.txtLast updated
Was this helpful?