All Projects → daox → Daox Contracts

daox / Daox Contracts

Licence: mit
Smart contracts for creating Daox-based fundraising organization

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Daox Contracts

React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+1138.71%)
Mutual labels:  ethereum, smart-contracts, ethereum-contract, ethereum-dapp
Angular Truffle Starter Dapp
Angular CLI + Truffle Starter Dapp; write, compile & deploy smart contracts on Ethereum blockchains
Stars: ✭ 174 (+461.29%)
Mutual labels:  ethereum, ethereum-contract, ethereum-dapp
Eth Vue
Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.
Stars: ✭ 171 (+451.61%)
Mutual labels:  ethereum, ethereum-contract, ethereum-dapp
HealthCare-Insurance-Ethereum
Medical insurance claiming DApp which uses a Multi-Sig type approach to grant claim (ConsenSys project)
Stars: ✭ 65 (+109.68%)
Mutual labels:  smart-contracts, ethereum-contract, ethereum-dapp
Ethereum Smart Contracts Security Checklist
Ethereum Smart Contracts Security CheckList From Knownsec 404 Team
Stars: ✭ 114 (+267.74%)
Mutual labels:  ethereum, smart-contracts, ethereum-contract
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (+348.39%)
Mutual labels:  ethereum, smart-contracts, ethereum-dapp
solidity-contracts
📦 Resources for the Ethereum Smart Contract Development tutorial series.
Stars: ✭ 64 (+106.45%)
Mutual labels:  smart-contracts, ethereum-contract, ethereum-dapp
Solidity Auction
A simple auction dApp for Ethereum, written in Solidity.
Stars: ✭ 60 (+93.55%)
Mutual labels:  ethereum, ethereum-contract, ethereum-dapp
Web3.swift
A pure swift Ethereum Web3 library
Stars: ✭ 295 (+851.61%)
Mutual labels:  ethereum, smart-contracts, ethereum-dapp
Nmr
The Numeraire Ethereum Smart Contract
Stars: ✭ 316 (+919.35%)
Mutual labels:  ethereum, smart-contracts, ethereum-contract
Ethlist
The Comprehensive Ethereum Reading List
Stars: ✭ 3,576 (+11435.48%)
Mutual labels:  ethereum, ethereum-contract, ethereum-dapp
Eden Smart Contracts
EDEN - EDN Smart Token & Smart Contracts
Stars: ✭ 109 (+251.61%)
Mutual labels:  ethereum, smart-contracts, ethereum-contract
Smart Contract Sanctuary
🐦🌴🌴🌴🦕 A home for ethereum smart contracts. 🏠
Stars: ✭ 99 (+219.35%)
Mutual labels:  ethereum, smart-contracts, ethereum-contract
Ico Contracts
Ethereum smart contracts that have been used during successful ICOs
Stars: ✭ 160 (+416.13%)
Mutual labels:  ethereum, smart-contracts, ethereum-contract
Trust Wallet Ios
📱 Trust - Ethereum Wallet and Web3 DApp Browser for iOS
Stars: ✭ 1,228 (+3861.29%)
Mutual labels:  ethereum, ethereum-contract, ethereum-dapp
cheezyverse
Cheeze Wizards is the world's first battle royale on the blockchain (with cheese!)
Stars: ✭ 38 (+22.58%)
Mutual labels:  smart-contracts, ethereum-contract, ethereum-dapp
Solidity
🔐 Ethereum smart contracts developed for the Hanzo Platform.
Stars: ✭ 46 (+48.39%)
Mutual labels:  ethereum, smart-contracts, ethereum-contract
Ethereum Ico Contract
Tested Ethereum ICO Contract for Token Crowdsales
Stars: ✭ 59 (+90.32%)
Mutual labels:  ethereum, smart-contracts, ethereum-contract
Augur
Augur - Prediction Market Protocol and Client
Stars: ✭ 294 (+848.39%)
Mutual labels:  ethereum, ethereum-contract, ethereum-dapp
Colonynetwork
Colony Network smart contracts
Stars: ✭ 351 (+1032.26%)
Mutual labels:  ethereum, smart-contracts, ethereum-contract

Daox Contracts   Tweet

Build Status

This repo contains Solidity smart contracts to create decentralized autonomous organizations for Daox Network.

Install

Clone the repository:

git clone https://github.com/daox/daox-contracts.git
cd daox-contracts

Install requirements with npm:

npm i

Install truffle and ganache-cli for testing and compiling:

npm i -g truffle ganache-cli

Testing

Run all tests (will automatically run ganache-cli in the background):

npm test

Compile and Deploy

Compiled contracts are already stored in repository so in regular case you will not need to compile it. But if it is needed for some reason use instructions below

Compile all contracts:

truffle compile

License

All smart contracts are released under MIT.

Details

For additional details you can also follow series of How Daox Works blogposts.

Contributors

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