All Projects → osmode → ddash

osmode / ddash

Licence: MIT license
DDASH - Ethereum Operating System for Knowledge Creation and Sharing

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ddash

React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+1376.92%)
Mutual labels:  ethereum-contract, ethereum-blockchain
fund-protocol
A blockchain protocol for tokenized hedge funds
Stars: ✭ 85 (+226.92%)
Mutual labels:  ethereum-contract, ethereum-blockchain
Seriality
Seriality is a library for serializing and de-serializing all the Solidity types in a very efficient way which mostly written in solidity-assembly
Stars: ✭ 105 (+303.85%)
Mutual labels:  ethereum-contract, ethereum-blockchain
ethereum-dapp-ipfs-node.js-mongodb
以太坊开发DApp实战教程——用区块链、星际文件系统(IPFS)、Node.js和MongoDB来构建电商平台
Stars: ✭ 46 (+76.92%)
Mutual labels:  ethereum-contract, ethereum-blockchain
Android-Wallet-Token-ERC20
Android Wallet (Token ERC20)
Stars: ✭ 30 (+15.38%)
Mutual labels:  ethereum-contract, ethereum-blockchain
ehr-blockchain
Electronic Health Record (EHR) and Electronic Medical Record (EMR) systems. However, they still face some issues regarding the security of medical records, user ownership of data, data integrity etc. The solution to these issues could be the use of a novel technology, i.e., Blockchain. This technology offers to provide a secure, temper-proof pl…
Stars: ✭ 41 (+57.69%)
Mutual labels:  ethereum-contract, ethereum-blockchain
vue-web3
🐙 Web3 blockchain bindings for Vue.js (inspired by Vuefire and Drizzle)
Stars: ✭ 63 (+142.31%)
Mutual labels:  ethereum-contract, ethereum-blockchain
defiprime
All things #DeFi - trustless and transparent financial products built on top of the blockchain.
Stars: ✭ 117 (+350%)
Mutual labels:  ethereum-contract, ethereum-blockchain
Smart Contracts Example
Simple example of token market. Based on blockchain technology using Ethereum platform.
Stars: ✭ 37 (+42.31%)
Mutual labels:  ethereum-contract, ethereum-blockchain
Smart Contract Sanctuary
🐦🌴🌴🌴🦕 A home for ethereum smart contracts. 🏠
Stars: ✭ 99 (+280.77%)
Mutual labels:  ethereum-contract
Basic Attention Token Crowdsale
Basic Attention Token
Stars: ✭ 160 (+515.38%)
Mutual labels:  ethereum-contract
Eth Random
commit-reveal RNG method in Ethereum
Stars: ✭ 79 (+203.85%)
Mutual labels:  ethereum-contract
Tokenbalance
Simple Ethereum API to get your ERC20 Token Balance along with useful information
Stars: ✭ 163 (+526.92%)
Mutual labels:  ethereum-contract
Trust Wallet Ios
📱 Trust - Ethereum Wallet and Web3 DApp Browser for iOS
Stars: ✭ 1,228 (+4623.08%)
Mutual labels:  ethereum-contract
offchain-oracle
Liquidity-weighted dex price oracle for offchain price discovery
Stars: ✭ 163 (+526.92%)
Mutual labels:  ethereum-contract
Solidity Auction
A simple auction dApp for Ethereum, written in Solidity.
Stars: ✭ 60 (+130.77%)
Mutual labels:  ethereum-contract
Ethereum Ico Contract
Tested Ethereum ICO Contract for Token Crowdsales
Stars: ✭ 59 (+126.92%)
Mutual labels:  ethereum-contract
Ethereum Graph Debugger
Ethereum solidity graph plain debugger. To have the whole picture when debugging.
Stars: ✭ 177 (+580.77%)
Mutual labels:  ethereum-contract
Dharma Smart Wallet
An upgradeable, meta-transaction-enabled smart wallet for earning interest on stablecoins while retaining custody of funds, with an added security backstop provided by Dharma Labs.
Stars: ✭ 159 (+511.54%)
Mutual labels:  ethereum-contract
Yearn Vaults
Yearn Vault smart contracts
Stars: ✭ 132 (+407.69%)
Mutual labels:  ethereum-contract

DDASH - Ethereum Operating System

DDASH is now Simbel v1.0


What is DDASH?

DDASH is an Ethereum operating system for knowledge creation and sharing

  • Transfer value and information among Ethereum networks

  • Abstract creation of GUI interfaces for Ethereum contracts

  • Sysadmin for Ethereum networks

  • Automate compilation and deployment of Ethereum contracts to any Ethereum blockchain

  • Optionally allows DApps to interface with the Interplanetary File System (IPFS) to minimize on-chain storage

Whitepaper

Mission Statement

Our goal is to build open economies for information exchange within and among organizations.

Manifesto

The Manifesto contract allows participants to create a manifesto through a transparent voting process. Anyone can submit and vote on proposals. To interface with your own custom voting contracts (on any Ethereum network), simply replace the default Manifesto.sol address with your contract's address.

Why DDASH?

DDASH combines the benefits of private Ethereum networks with the benefits of the Ethereum main network. DDASH allows Ethereum applications to run cheaply and securely on private Ethereum networks while enabling their integration with the main Ethereum network. The result is greatly reduced development and operational costs associated with private Ethereum networks, combined with the ability to transfer value and information among the main Ethereum network and private Ethereum networks.

NFO Coin

NFO Coin is the utility token that powers DDASH, enabling the exchange of information and value across Ethereum networks. NFO Coin is based on the ERC20 standard. The NFO ABI and contract are located in the source directory and can be directly inspected at address 0x3100047369b54c34042B9DC138C02A0567D90A7a on the Ethereum main network.

totalSupply: 10,000,000

tokenName: NFO Coin

tokenSymbol: NFO

There are 10,000,000 NFO Coin in circulation, which can be exchanged for Ether at a rate of 1,000 NFO Coin per 1 Ether.

NFO Coin and Ether can be exchanged using the DDASH client, which can be launched by running

python3 gui.py 

Quickstart

DDASH, the DDASH Installer, and the DDASH Network Utility currently support Ubuntu 16.04 and Mac OS X.

Downlod or clone this repository to your machine, and navigate to that directory. Run:

./install.sh

This will install the Go Ethereum client and the necessary Python modules to allow DDASH to interface with the client. The installation process can take a long time depending on which dependencies and libraries your machine already has. The installer will explicitly ask for permission to install each dependency via yes/no prompts.

To start the DDASH Networking Utility, run:

./dnu.sh

To start Twin Peaks, DDASH's Graphical User Interface, run:

python3 gui.py

Directory structure

The directory structure is important because DDASH and the DDASH Networking Utility look for certain files in certain directories. Your application will look something like this:

/your_working_directory
	README.md
	install.sh
	dnu.sh
	deploy.sh
	log_nodeInfo.sh
	load_mainnet.sh
	load_blackswan.sh 

	/ddash
		crypto.py
		genesis.json
		bcinterface.py
		fsinterface.py
		ipfs.py
		main.py
		nodeInfo.ds
		
        /source
		/data
	    	static-nodes.json

	/share
	/swap

Save Ethereum contracts in the source directory with the .sol extension.

The DDASH Command Line Interface

DDASH also enables deployment of private Ethereum networks that can be joined without manually entering enode addresses via the DDASH Command Line Interface.

        _____  _____           _____ _    _ 
       |  __ \|  __ \   /\    / ____| |  | |
       | |  | | |  | | /  \  | (___ | |__| |
       | |  | | |  | |/ /\ \  \___ \|  __  |
       | |__| | |__| / ____ \ ____) | |  | |
       |_____/|_____/_/    \_\_____/|_|  |_|
                                                                
    ::: Distributed Data Sharing Hyperledger :::

    Welcome to the DDASH Command Line Interface.

[1]		ddash> peer count
[2]		ddash> listen
[3]		ddash> broadcast

The above commands:

[1] returns number of enodes found on chain

[2] query blockchain for peer enodes

[3] broadcast client enode to blockchain

Contribute

Please take a look at our contribution documentation for information on how to report bugs, suggest enhancements, and contribute code. If you or your organization use DDASH to do something that would otherwise be impossible using traditional system, please share your experience!

Code of conduct

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. Read the full Contributor Covenant.

Prerequisites

This project builds on work by the Ethereum, web3.py, IPFS and py-ipfs communities.

The DDASH Installer, which currently supports Ubuntu 16.04 and Mac OS, installs all dependencies (including the Go Ethereum client).

License

MIT License

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