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
- Host: GitHub
- URL: https://github.com/paritytech/mydapp
- Owner: paritytech
- License: apache-2.0
- Archived: true
- Created: 2017-04-13T13:50:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T13:51:40.000Z (about 8 years ago)
- Last Synced: 2024-10-01T20:29:26.829Z (7 months ago)
- Language: JavaScript
- Size: 69.3 KB
- Stars: 3
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-substrate - mydapp, Code from the dapp tutorial
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.