sticker-market/README.md

39 lines
1.1 KiB
Markdown
Raw Normal View History

2019-06-04 13:38:55 +00:00
# Status.im Sticker Market Dapp
## Folders
- `analyzers`: Folder for analyzer output files
- `app`: Folder containing application for moving Status Test Tokens
- `config`: Embark config files
- `development`: folder for development network specific config
- `genesis.json`: configure genesis for development network
- `blockchain.js`
- `communication.js`
- `contracts.js`
- `namesystem.js`
- `storage.js`
- `webserver.js`
- `doc`
- `project_questions.md`: file answering a list of questions around project status
- `specification.md`: current specefication document
- `test`: Folder for tests
## How to run
2019-06-03 19:57:37 +00:00
Requires https://github.com/creationix/nvm
Usage:
2019-06-04 13:38:55 +00:00
```bash
2019-06-03 19:57:37 +00:00
nvm install v8.9.4
nvm use v8.9.4
npm install -g embark
git clone https://github.com/status-im/contracts.git
2019-06-04 13:38:55 +00:00
cd sticker-market
2019-06-03 19:57:37 +00:00
npm install
embark simulator
embark test
embark run
```
| Contract | Deploy | Test | UI |
| -------------------------------------- | ------ | ---- | --- |
| token/TestToken | Yes | Yes | Yes |
| token/ERC20Token | No | Yes | Yes |