https://github.com/bkawk/vechainprivate
A lambda function that listens to a queue and makes a token transaction on the VeChain blockchain
https://github.com/bkawk/vechainprivate
aws lambda typescript
Last synced: 5 months ago
JSON representation
A lambda function that listens to a queue and makes a token transaction on the VeChain blockchain
- Host: GitHub
- URL: https://github.com/bkawk/vechainprivate
- Owner: bkawk
- License: mit
- Created: 2021-01-14T01:57:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-18T23:01:29.000Z (about 5 years ago)
- Last Synced: 2024-12-26T22:18:32.694Z (about 1 year ago)
- Topics: aws, lambda, typescript
- Language: JavaScript
- Homepage:
- Size: 26.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VeChainPrivate
A simple app to listen to AWS SQS and inturn create, sign and broadcast transactions to send VET
## TODO
* Add circle ci config
## Install
```ssh
npm install
```
## Watch Tests
```ssh
npm run devtests
```
## Start
```ssh
npm run start
```
## Docker
```ssh
npm run docker
```
## Lint
```ssh
tslint --project .
```
## Deploy
* Create a new lambda function
* npm install inside the lambda directory
* Zip the contents of the lambda directory
* Upload the zip file to the lambda function