Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 658 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 658 Bytes

MetaMask Test Dapp

This is the implementation of test dapp from metamast tutorial with integrating waves platform.

Currently hosted here.

Usage

The usage of it pretty easy. At first you need to run

npm install

All the required packeges will be installed. After that you just need to run the app. Officially it is possible by running

static-server node_modules/@metamask/test-dapp/dist --port 9011

or you can use webpack server, by running

npm run start

To see the results - open browser console (F12) and press the "Sign" button. You will see the info in console.