Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Embark | 3,734 | 4 | 59 | 3 months ago | 46 | April 27, 2020 | 133 | mit | JavaScript | |
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms | ||||||||||
Squeezer | 3,202 | 4 years ago | 49 | April 18, 2019 | 15 | mit | JavaScript | |||
Squeezer Framework - Build serverless dApps | ||||||||||
Discord Ethereum Authentication | 112 | a year ago | n,ull | mit | JavaScript | |||||
🛰 A Serverless Discord bot for Ethereum authentication. | ||||||||||
Awesome Orbitdb | 100 | 5 months ago | 1 | other | ||||||
Useful resources for using OrbitDB and building projects on it | ||||||||||
Serverless Ethers | 31 | 6 months ago | ||||||||
Serverless smart contract automation service, built on the Serverless framework. | ||||||||||
Bots | 20 | 3 | 1 | 5 years ago | 2 | May 17, 2017 | gpl-3.0 | JavaScript | ||
[DEPRECATED] Tradle bot framework, allows to drive user interactions in Tradle mobile and web apps and (soon) using smart contracts for critical functions | ||||||||||
Cryptolambda | 20 | 6 years ago | gpl-3.0 | JavaScript | ||||||
Periodically buy cryptocurrencies (Dollar Cost Average) in BitStamp using AWS Lambda scheduled events | ||||||||||
If Be | 10 | 4 years ago | mit | JavaScript | ||||||
Resound | 9 | 5 years ago | JavaScript | |||||||
a music marketplace DApp with a Ethereum/IPFS based decentralized serverless architecture handling the backend. | ||||||||||
Mom Client | 5 | 2 years ago | 23 | mit | JavaScript | |||||
MOM (My Own Messages) Client - A voice for you and your smart contracts |
Automate your favorite on-chain activities! No coding necessary. #EthDenver 2019 Submission
You should 1. Use a testnet and 2. Use a public/private keypair WITHOUT a balance of Main Net Ether.
EthTTT aims to be the "If This Then That" of Ethereum. A user should be able to define a "trigger" with conditions for which an "action" would fire. Both triggers and actions can be on or off-chain event. We've since learned of projects such as @MaticNetwork's Zapier integration and EthVelcro(another EthDenver Submission).
EthDenver Submission Link on Kauri
Examples:
Triggers | Inputs | Status |
---|---|---|
Ether price limit (low) | limitPrice | ✅ |
Ether price limit (high) | limitPrice | 🔜 |
Block Number | blockNumber | 🔜 |
Actions | Inputs | Status |
---|---|---|
Transfer Ether | toAddress, privateKey | ✅ |
Send SMS Text | phoneNumber, msg | 🔜 |
EthTTT is built on the serverless framework. Serverless is a framework for deploy AWS Lambda functions, along with the AWS infrastructure resources they require (we use DynamoDB). Although our team is admittedly new to serverless, it seemed to be an ideal use case for running cron jobs and composing tasks from trigger-action pairs.
We refer to "If" conditions as Triggers
and "Then" conditions as Actions
. Triggers
and Actions
are combined to compose a new Task
.
npm i
npm i serverless -g
(recommended)npm run deploy
Started by @corbpage @conroydave @iamchrissmith, @pakaplace and @jdstorey_
Corbin Page 💻 |
John Danger Storey 💻 |
Chris Smith 💻 |
Parker Place 💻 📖 |
David Conroy 💻 |
---|