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 | 4 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 | ||||||||||
Trystero | 505 | 3 days ago | 37 | January 30, 2022 | 10 | mit | JavaScript | |||
🤝 Serverless WebRTC matchmaking for painless P2P — Make any site multiplayer in a few lines — Use BitTorrent, IPFS, or Firebase | ||||||||||
Nifty Game | 102 | 2 years ago | 5 | mit | JavaScript | |||||
🃏🎮A NFT(ERC721) card game build on Ethereum, Truffle, Ganache and hosting on IPFS. | ||||||||||
Ipfs Chat | 84 | 6 months ago | 1 | gpl-3.0 | Shell | |||||
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal. | ||||||||||
Mom Client | 5 | 2 years ago | 23 | mit | JavaScript | |||||
MOM (My Own Messages) Client - A voice for you and your smart contracts | ||||||||||
Serverless Puppeteer Metamask | 4 | 2 months ago | 1 | TypeScript | ||||||
Serverless Lambda to Scrape Dapps using Metamask and Browserless | ||||||||||
Time Travellers | 2 | 8 months ago | 1 | mit | JavaScript | |||||
We preserve history that matters! Vote and suggest your favourite Tweets and we keep them for eternity. |
Squeezer is a platform that empowers new-entry blockchain developers to build serverless dApps simply as dead.
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.
sendTransaction
which is used on withdraws, transfer and other sensitive actions2way-payment-system
>=6
Squeezer command-line interface
Create a quick project stub by using templates :
template | description |
---|---|
Squeezer 2way Payment | SqueezerIO/squeezer-2way-payment |
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 |
Project Name | Author | Demo |
---|---|---|
Squeezer 2way Payment Squeezer Two Way Blockchain Payment System (inbound + outbound) |
Nick Chisiu | video |
NOTE: Windows users should enable symlinks in order to avoid unwanted symbolic links errors .
npm install squeezer-cli -g
sqz create --project my-first-project --template https://github.com/SqueezerIO/squeezer-2way-payment
cd my-first-project
git init
git add .
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.git commit -m "First commit"
git push -u origin master
See contributing.md for contribution guidelines