An open API service indexing awesome lists of open source software.

https://github.com/paritytech/mydapp

Code from the dapp tutorial
https://github.com/paritytech/mydapp

Last synced: 3 months ago
JSON representation

Code from the dapp tutorial

Awesome Lists containing this project

README

        

# Tutorial Code

This repo contains the code as iterated through in the [Dapp Tutorial on the Parity wiki](https://github.com/paritytech/parity/wiki/Tutorial-Part-I).

To install:

```
$ npm install
$ npm install -g webpack
```

To build:

```
webpack --watch
```

Files will be build into `dist/`. Just symlink that dir into your dapps path.