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.
- Run
yarn
to install all the dependencies of this dApp. - Install the cargo-contract using this guide.
- Install solang from this repo.