Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flynnderek/iotapp-hello-world
- Owner: FlynnDerek
- Created: 2020-07-31T05:59:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:56:08.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T23:29:01.659Z (over 1 year ago)
- Topics: arduino, blockchain-as-a-backend, blockchain-as-a-service, decentralized-applications, esp32, esp8266, iot-platform, iotapp, serverless-framework
- Language: Vue
- Homepage:
- Size: 2.76 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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/).