A serverless backend to query crypto wallet balances
To find out more about how it works, check out my medium post: https://medium.com/@kvaggelakos/serverless-part-2-61ad3986371f
- Make sure you're aws keys are set up in
~/.aws/credentials
- Make sure you have serveless installed.
npm install -g serverless
- Also don't forget to:
npm install
In order to run create the stack in AWS run:
sls deploy -v
To clean up run:
sls remove
In order to use this from your google spreadsheet, check out the script here
- Serverless - The Serverless Framework
- crypto-balances - A node module for checking balances
All contributions are welcome. Make a pull request wiihooo 🤠
- Kostas Vaggelakos
This project is licensed under the MIT License - see the LICENSE.md file for details