Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flynnderek/iotapp-hello-world

An iotapp hello world example
https://github.com/flynnderek/iotapp-hello-world

arduino blockchain-as-a-backend blockchain-as-a-service decentralized-applications esp32 esp8266 iot-platform iotapp serverless-framework

Last synced: about 2 hours ago
JSON representation

An iotapp hello world example

Awesome Lists containing this project

README

        

# iotapp-hello-world-tutorial

## Install Dependencies
```
npm install
```

## Project Setup
In the ```HelloWorld.vue``` file (around line 39), pass your channel API keys as arguments to the API functions.

#### Examples
```javascript
iotapp.getPrivateChain("myOz8FZXhT4lBzJplmXtUbneP8eeXpSp","3imNnMduakmu6JmFafIxnu8WJj28BjQI")

iotapp.getLatestTx("myOz8FZXhT4lBzJplmXtUbneP8eeXpSp","3imNnMduakmu6JmFafIxnu8WJj28BjQI")
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).