All Projects → dashevo → platform

dashevo / platform

Licence: MIT license
L2 solution for seriously fast decentralized applications for the Dash network

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to platform

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 (+650%)
Mutual labels:  dapp, decentralization, dapps
hivemind
Hive API server (offloads most API calls from hived) implemented using Python+SQL
Stars: ✭ 46 (+91.67%)
Mutual labels:  decentralization, dapps
awesome-waves
Curated list of awesome things for development on Waves blockchain.
Stars: ✭ 60 (+150%)
Mutual labels:  dapp, dapps
DAOcreator
dApp for creating and interacting with DAOs
Stars: ✭ 34 (+41.67%)
Mutual labels:  dapp, decentralization
Carmel
The Open Digital Innovation Marketplace
Stars: ✭ 136 (+466.67%)
Mutual labels:  dapp, decentralization
Squeezer
Squeezer Framework - Build serverless dApps
Stars: ✭ 3,242 (+13408.33%)
Mutual labels:  dapp, dapps
Hive
Fast. Scalable. Powerful. The Blockchain for Web 3.0
Stars: ✭ 142 (+491.67%)
Mutual labels:  decentralization, dapps
Ipfs Social Proof
IPFS Social Proof: A decentralized identity and social proof system
Stars: ✭ 96 (+300%)
Mutual labels:  dapp, dapps
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 (+587.5%)
Mutual labels:  dapp, decentralization
rchain-api
An API for rchain dapps to communicate with the blockchain
Stars: ✭ 22 (-8.33%)
Mutual labels:  dapp, decentralization
dash-hello-world
The simplest dash app
Stars: ✭ 23 (-4.17%)
Mutual labels:  dash
foundry
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
Stars: ✭ 4,623 (+19162.5%)
Mutual labels:  dapp
subsocial-node
NOTE: Development continues in https://github.com/dappforce/subsocial-parachain repo. Subsocial full node with Substrate/Polkadot pallets for decentralized communities: blogs, posts, comments, likes, reputation.
Stars: ✭ 73 (+204.17%)
Mutual labels:  dapp
demo-ipfs-todo
Simple ToDo app using window.ipfs
Stars: ✭ 16 (-33.33%)
Mutual labels:  dapp
bloqly
Bloqly: JavaScript Smart Contracts Engine + SQL database
Stars: ✭ 29 (+20.83%)
Mutual labels:  dapp
React-Ethereum-Movie-Rating-Dapp
React-Ethereum Decentralized App Starter
Stars: ✭ 16 (-33.33%)
Mutual labels:  dapp
blockchain-development
A complimentary course for an understanding of blockchain and its development like custom blockchain, dapps, etc.
Stars: ✭ 71 (+195.83%)
Mutual labels:  dapps
awesome-hive
A curated list of awesome Hive resources.
Stars: ✭ 20 (-16.67%)
Mutual labels:  dapps
alchemy
An app for collaborative networks (DAOs), based on the DAO stack.
Stars: ✭ 137 (+470.83%)
Mutual labels:  dapp
Crypto-Wallet
Open source SHA-512 loginless bitcoin wallet
Stars: ✭ 24 (+0%)
Mutual labels:  dapp

babel

Seriously fast decentralized applications for the Dash network

GitHub CI Status Devs Chat General Chat Follow on Twitter

Dash Platform is a technology stack for building decentralized applications on the Dash network. The two main architectural components, Drive and DAPI, turn the Dash P2P network into a cloud that developers can integrate with their applications.

If you are looking for how to contribute to the project or need any help with building an app on the Dash Platform - message us on the Devs Discord!

Note: Dash Platform is currently available on the Dash Testnet only

Intro

This is a multi-package repository - sometimes also known as monorepository - that contains all packages that comprise the Dash platform - for example, Drive, which is the storage component of Dash Platform, the JavaScript SDK, wallet-lib, DAPI, and others. Every individual package contains its own readme. Packages are located in the packages directory.

Supported networks

Dash Platform is currently undergoing testing and final development necessary to support its release on the Dash production network (mainnet). The packages in this repository may be used on the following networks:

FAQ

How to build and set up a node from the code in this repo?

  • Clone the repo
  • Install prerequisites:
  • Run corepack enable to enable corepack and install yarn
  • Run yarn setup to install dependencies and configure and build all packages
  • Run yarn start to start the local dev environment built from the sources
  • Run yarn test to run the whole test suite (note that running tests requires a running node, so be sure to call yarn start first). Alternatively, you can run tests for a specific package by running yarn workspace <package_name> test, for example running yarn workspace @dashevo/dapi-client test will run tests for the JS DAPI client. To see all available packages, please see the packages readme
  • yarn stop will stop the local dev environment. Running a dev environment requires a non-trivial amount of system resources, so it is best to stop the local node when not in use
  • Run yarn build to rebuild the project after changes. If you have a local node running, you may need to restart it by running yarn restart
  • To completely reset all local data and builds, run yarn reset

Looking for support?

For questions and support, please join our Devs Discord

Where are the docs?

Our docs are hosted on readme.io. You can create issues and feature requests in the issues for this repository.

Want to report a bug or request a feature?

Please read through our CONTRIBUTING.md and fill out the issue template at platform/issues!

Want to contribute to Dash Platform?

Check out:

License

MIT

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].