Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 592 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 592 Bytes

WASM Smart Contract Workshop

Introduction

This is a simple WASM PSP22 asset manager dApp for the Amsterdam workshop.

In this workshop, we will create a PSP22 (ERC20) smart contract using Solidity and Ink on our Shibuya WASM smart contract VM and read from both contracts as if they were written in the same language.

Installation

  1. Run yarn to install all the dependencies of this dApp.
  2. Install the cargo-contract using this guide.
  3. Install solang from this repo.