All Projects → embarklabs → Embark

embarklabs / Embark

Licence: mit
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms

Programming Languages

javascript
184084 projects - #8 most used programming language
solidity
1140 projects
typescript
32286 projects
SCSS
7915 projects
HTML
75241 projects
Handlebars
879 projects

Projects that are alternatives of or similar to Embark

Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-95.26%)
Mutual labels:  blockchain, ethereum, dapp, ipfs, decentralized
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-94.82%)
Mutual labels:  blockchain, ethereum, dapp, ipfs, decentralized
Trace
Supply chain transparency platform proof-of-concept based on the Ethereum blockchain ✍️
Stars: ✭ 52 (-98.5%)
Mutual labels:  blockchain, ethereum, dapp, decentralized
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-98.19%)
Mutual labels:  blockchain, ethereum, dapp, ipfs
Truffle
A tool for developing smart contracts. Crafted with the finest cacaos.
Stars: ✭ 11,909 (+242.41%)
Mutual labels:  blockchain, ethereum, smart-contracts, framework
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (-87.92%)
Mutual labels:  blockchain, ethereum, smart-contracts, dapp
Disperse
React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain
Stars: ✭ 36 (-98.96%)
Mutual labels:  blockchain, ethereum, dapp, decentralized
nifty-game
🃏🎮A NFT(ERC721) card game build on Ethereum, Truffle, Ganache and hosting on IPFS.
Stars: ✭ 222 (-93.62%)
Mutual labels:  dapp, ipfs, smart-contracts, decentralized
Dfile
[Python + Flask] DFile: A fancy S3-based file sharing mode
Stars: ✭ 79 (-97.73%)
Mutual labels:  blockchain, dapp, ipfs, decentralized
Eth95
🛠️ A smart contract UI for your Ethereum dapp project
Stars: ✭ 139 (-96%)
Mutual labels:  blockchain, ethereum, smart-contracts, dapp
Alpha Wallet Ios
An advanced Ethereum mobile wallet
Stars: ✭ 140 (-95.97%)
Mutual labels:  blockchain, ethereum, dapp, decentralized
Buidl
A browser-based IDE for creating, deploying, and sharing blockchain apps (DApps, or decentralized apps). Publish your first blockchain DApps in 5 minutes! Here is how: https://docs.secondstate.io/buidl-developer-tool/getting-started
Stars: ✭ 376 (-89.19%)
Mutual labels:  blockchain, ethereum, smart-contracts, dapp
Love Ethereum
区块链学习
Stars: ✭ 323 (-90.71%)
Mutual labels:  blockchain, ethereum, smart-contracts, dapp
Ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Stars: ✭ 11,663 (+235.34%)
Mutual labels:  blockchain, ethereum, smart-contracts, dapp
Dasp
The Decentralized Application Security Project
Stars: ✭ 166 (-95.23%)
Mutual labels:  ethereum, smart-contracts, dapp, decentralized
Cyb Archeology
🌎 Personal immortal robot for the The Great Web
Stars: ✭ 117 (-96.64%)
Mutual labels:  blockchain, ethereum, ipfs, decentralized
Celo Monorepo
Official repository for core projects comprising the Celo platform
Stars: ✭ 269 (-92.27%)
Mutual labels:  blockchain, ethereum, smart-contracts, dapp
Squeezer
Squeezer Framework - Build serverless dApps
Stars: ✭ 3,242 (-6.79%)
Mutual labels:  blockchain, ethereum, dapp, serverless
qd-messages-ts
No ads, no tracking. Just a lightning fast peer-to-peer cross-platform messenger that doesn’t sell you out.
Stars: ✭ 22 (-99.37%)
Mutual labels:  dapp, ipfs, decentralized
trystero
🤝 Serverless WebRTC matchmaking for painless P2P — Make any site multiplayer in a few lines — Use BitTorrent, IPFS, or Firebase
Stars: ✭ 512 (-85.28%)
Mutual labels:  dapp, ipfs, decentralized

Embark

npm Gitter Build Status Open PRs Closed PRs GitHub commit activity the past week, 4 weeks, year Coverage Status Dependabot Status

What is Embark

Embark is a framework that allows you to easily develop and deploy Decentralized Applications (DApps).

A Decentralized Application is a serverless html5 application that uses one or more decentralized technologies.

Embark currently integrates with EVM blockchains (Ethereum), Decentralized Storages (IPFS), and Decentralized communication platforms (Whisper and Orbit). Swarm is supported for deployment.

With Embark you can:

Blockchain (Ethereum)

  • Automatically deploy contracts and make them available in your JS code. Embark watches for changes, and if you update a contract, Embark will automatically redeploy the contracts (if needed) and the dapp.
  • Contracts are available in JS with Promises.
  • Do Test Driven Development with Contracts using Javascript.
  • Keep track of deployed contracts; deploy only when truly needed.
  • Manage different chains (e.g testnet, private net, livenet)
  • Easily manage complex systems of interdependent contracts.

Decentralized Storage (IPFS, Swarm)

  • Easily Store & Retrieve Data on the DApp through EmbarkJS. Including uploading and retrieving files.
  • Deploy the full application to IPFS or Swarm.
  • Import and deploy contracts hosted on Swarm.

Decentralized Communication (Whisper, Orbit)

  • Easily send/receive messages through channels in P2P through Whisper or Orbit.

Web Technologies

  • Integrate with any web technology including React, Foundation, etc..
  • Use any build pipeline or tool you wish, including grunt, gulp and webpack.
$ npm -g install embark

See Complete Documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].