All Projects → Neufund → contracts

Neufund / contracts

Licence: MIT license
Neufund and platform smart contracts

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to contracts

Colonynetwork
Colony Network smart contracts
Stars: ✭ 351 (+1426.09%)
Mutual labels:  smart-contracts, ethereum-contract
Smart Contracts Example
Simple example of token market. Based on blockchain technology using Ethereum platform.
Stars: ✭ 37 (+60.87%)
Mutual labels:  smart-contracts, ethereum-contract
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+1569.57%)
Mutual labels:  smart-contracts, ethereum-contract
HealthCare-Insurance-Ethereum
Medical insurance claiming DApp which uses a Multi-Sig type approach to grant claim (ConsenSys project)
Stars: ✭ 65 (+182.61%)
Mutual labels:  smart-contracts, ethereum-contract
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 (+356.52%)
Mutual labels:  smart-contracts, ethereum-contract
dala-smart-contracts
Smart contracts for the Dala token sale and ERC20 token
Stars: ✭ 19 (-17.39%)
Mutual labels:  smart-contracts, ethereum-contract
Daox Contracts
Smart contracts for creating Daox-based fundraising organization
Stars: ✭ 31 (+34.78%)
Mutual labels:  smart-contracts, ethereum-contract
solidity-contracts
📦 Resources for the Ethereum Smart Contract Development tutorial series.
Stars: ✭ 64 (+178.26%)
Mutual labels:  smart-contracts, ethereum-contract
Smart Contract Sanctuary
🐦🌴🌴🌴🦕 A home for ethereum smart contracts. 🏠
Stars: ✭ 99 (+330.43%)
Mutual labels:  smart-contracts, ethereum-contract
Ethereum Ico Contract
Tested Ethereum ICO Contract for Token Crowdsales
Stars: ✭ 59 (+156.52%)
Mutual labels:  smart-contracts, ethereum-contract
ethereum-contracts
Knowledge Ethereum Smart Contracts
Stars: ✭ 41 (+78.26%)
Mutual labels:  smart-contracts, ethereum-contract
Ethereum Smart Contracts Security Checklist
Ethereum Smart Contracts Security CheckList From Knownsec 404 Team
Stars: ✭ 114 (+395.65%)
Mutual labels:  smart-contracts, ethereum-contract
etherbrite
🗓 Clone eventbrite on Ethereum, built in Solidity, TruffleJS, Web3js and React/Redux.
Stars: ✭ 19 (-17.39%)
Mutual labels:  smart-contracts, ethereum-contract
Nmr
The Numeraire Ethereum Smart Contract
Stars: ✭ 316 (+1273.91%)
Mutual labels:  smart-contracts, ethereum-contract
Simple-Game-ERC-721-Token-Template
🔮 Very Simple ERC-721 Smart Contract Template to create your own ERC-721 Tokens on the Ethereum Blockchain, with many customizable Options 🔮
Stars: ✭ 83 (+260.87%)
Mutual labels:  smart-contracts, ethereum-contract
Solidity Smart Contracts
smart contracts which are built on ethereum wallet mist,truffle compiler using solidity language.
Stars: ✭ 11 (-52.17%)
Mutual labels:  smart-contracts, ethereum-contract
cheezyverse
Cheeze Wizards is the world's first battle royale on the blockchain (with cheese!)
Stars: ✭ 38 (+65.22%)
Mutual labels:  smart-contracts, ethereum-contract
Solidity
🔐 Ethereum smart contracts developed for the Hanzo Platform.
Stars: ✭ 46 (+100%)
Mutual labels:  smart-contracts, ethereum-contract
Eden Smart Contracts
EDEN - EDN Smart Token & Smart Contracts
Stars: ✭ 109 (+373.91%)
Mutual labels:  smart-contracts, ethereum-contract
Ico Contracts
Ethereum smart contracts that have been used during successful ICOs
Stars: ✭ 160 (+595.65%)
Mutual labels:  smart-contracts, ethereum-contract

Contracts Build Status

Greenkeeper badge Neufund smart contracts

Build and test

On testrpc:

git clone https://github.com/Neufund/Contracts.git
cd Contracts
npm install
npm run testrpc &
npm run test
npm run deploy

Using solc: Truffle currently does not handler syntax errors nicely. To check the contracts for errors, you can run:

solc ./contracts/*.sol ./contracts/*/*.sol

Repositories of contracts

These are collections of contracts for reference:

Package managers

Collections

Libraries

Projects

Guidelines to writing contracts

The overall design is Multi-contract & Multi-state. Contracts have owners and owners can update references to other contracts.

https://blog.ethereum.org/2017/01/07/introduction-light-client-dapp-developers/ TODO: ERC with getLogEvents(logKeys[], uint firstBlock, uint lastBlock)

// See: https://ethereum.stackexchange.com/questions/9745/is-there-any-way-for-a-contract-to-know-when-it-gets-sent-a-token

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