Squeezer

Squeezer Framework - Build serverless dApps
Alternatives To Squeezer
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Embark3,7344594 months ago46April 27, 2020133mitJavaScript
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Squeezer3,202
4 years ago49April 18, 201915mitJavaScript
Squeezer Framework - Build serverless dApps
Trystero505
3 days ago37January 30, 202210mitJavaScript
🤝 Serverless WebRTC matchmaking for painless P2P — Make any site multiplayer in a few lines — Use BitTorrent, IPFS, or Firebase
Nifty Game102
2 years ago5mitJavaScript
🃏🎮A NFT(ERC721) card game build on Ethereum, Truffle, Ganache and hosting on IPFS.
Ipfs Chat84
6 months ago1gpl-3.0Shell
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
Mom Client5
2 years ago23mitJavaScript
MOM (My Own Messages) Client - A voice for you and your smart contracts
Serverless Puppeteer Metamask4
2 months ago1TypeScript
Serverless Lambda to Scrape Dapps using Metamask and Browserless
Time Travellers2
8 months ago1mitJavaScript
We preserve history that matters! Vote and suggest your favourite Tweets and we keep them for eternity.
Alternatives To Squeezer
Select To Compare


Alternative Project Comparisons
Readme

Framework : squeezer.io

Docs : docs.squeezer.io

Squeezer.IO Build Status npm version DUB

Contents

What is Squeezer ?

Squeezer is a platform that empowers new-entry blockchain developers to build serverless dApps simply as dead.

ChainKit - Agnostic blockchain integration

The main usage of the ChainKit is to unify top blockchains interfaces into a single normalized API interface , therefore you can build blockchain dApps easily without digging into blockchain complex infrastructure.

How to use the ChainKit

Features in short

  • create blockchain wallets
  • double-encrypt for wallet data
  • on-the-fly encryption/decryption
  • user choose how to store wallet token
  • bi-directional onchain transactions (inbound and outbound)
  • create blockchain payment solution
  • build dApps connecting to smart contracts using chainkit agnostic connector
  • deploy smart contracts
  • quick intuitive code deployments by using a special mechanism which will deploy smart contracts and dApp services where code changed
  • powered by microservices
  • share components between functions, similar to monolytic project
  • auto-deployable, auto-scalable , no DevOps requirements
  • silent deployments ,no interruption for the current functionality ( really useful on production )
  • one single command to simultaneously deploy all available functions on your project where code changed from the last deployment
  • automatic rollback to the previous working deployment if something goes wrong
  • sequential deployments, wait for the current deployments in progress to finish
  • self-healing functions
  • test your code locally on a simulated functions platform for a faster development cycle
  • separate your environments in multiple stages
  • extend framework functionality with your own "home-made" plugins
  • pay only for the usage ( no monthly subscriptions )
  • Swagger UI API documentation support

Roadmap

  • decentralize microservices, currently we are using cloud microservices, AWS Lambda, Azure Functions ... we need to get rid of it and store and access the microservices in a decentralized way, IPFS and Ethereum Swarm could be an option
  • add 2FA and other security options when using ChainKit sendTransaction which is used on withdraws, transfer and other sensitive actions
  • add DEX site example using Squeezer 2way-payment-system

Requirements

Squeezer CLI

Squeezer command-line interface

Templates

Create a quick project stub by using templates :

template description
Squeezer 2way Payment SqueezerIO/squeezer-2way-payment

Plugins

Extend or merge the Squeezer framework functionality with plugins

Plugin Author
Serve Plugin
This plugin enables serving support for local development within the Squeezer Framework.
Nick Chisiu
Swagger Plugin
This plugin enables Swagger API Documentation support within the Squeezer Framework.
Nick Chisiu

Example Projects

Project Name Author Demo
Squeezer 2way Payment
Squeezer Two Way Blockchain Payment System (inbound + outbound)
Nick Chisiu video

Getting started

NOTE: Windows users should enable symlinks in order to avoid unwanted symbolic links errors .

Full Video tutorial

  1. Install Squeezer's command line tool globally on your machine using npm: npm install squeezer-cli -g
  2. Create a new project using the squeezer-2way-payment template: sqz create --project my-first-project --template https://github.com/SqueezerIO/squeezer-2way-payment
  3. Switch to the project's directory: cd my-first-project
  4. Initialize the local directory as a Git repository: git init
  5. Add the files in your new local repository. This stages them for the first commit: git add .
  6. Open up GitHub in a browser, navigate to the repositories page, and click on the New button, and enter the name of your project that you've created locally, in our case it will be my-first-project, then create the new repository.
  7. In Terminal, add the URL for the remote repository where your local repository will be pushed: git remote add origin remote repository URL
  8. Commit the files that you've staged in your local repository: git commit -m "First commit"
  9. Push the master branch to GitHub: git push -u origin master
  10. Open up a new browser window and navigate to https://platform.squeezer.io, then login to the platform.
  11. Click on the import project button and import the project you've created from GitHub.
  12. In the first step of the import process, you have to select the repository from your list.
  13. In the second step of the import, you have to choose the provider and the stage name, dev or prod.
  14. After importing the project, the deployment will start automatically.
  15. When the deploy will be finished, we can check the logs by clicking on it.
  16. Scroll all the way down in the log window and copy the Swagger URL, then paste in a browser window.

Contributing

See contributing.md for contribution guidelines

Community

Meetups

Popular Serverless Projects
Popular Dapp Projects
Popular Cloud Computing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Deployment
Blockchain
Ethereum
Microservices
Bitcoin
Payment
Serverless
Swagger
Dapp