All Projects â†’ Instadapp â†’ InstaContract

Instadapp / InstaContract

Licence: MIT license
Smart contracts comprising the business logic of the InstaDApp

Programming Languages

solidity
1140 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to InstaContract

BlockVote
BlockVote is a blockchain based election system which lets voters elect candidate in an election.
Stars: ✭ 50 (+25%)
Mutual labels:  truffle, ganache
UNIPI-Smart-Degrees
Diploma 📜 Validation Platform 🎓 Ethereum 🔷 and VueJS 💚 DApp.
Stars: ✭ 17 (-57.5%)
Mutual labels:  truffle, ganache
nifty-game
🃏🎮A NFT(ERC721) card game build on Ethereum, Truffle, Ganache and hosting on IPFS.
Stars: ✭ 222 (+455%)
Mutual labels:  truffle, ganache
filecoin-box
Filecoin flavored Ganache Truffle box
Stars: ✭ 23 (-42.5%)
Mutual labels:  truffle, ganache
ethdock
Ethereum development package in docker.
Stars: ✭ 25 (-37.5%)
Mutual labels:  truffle, ganache
haal
Hääl - Anonymous Electronic Voting System on Public Blockchains
Stars: ✭ 96 (+140%)
Mutual labels:  ganache
backend
Smart Contracts
Stars: ✭ 12 (-70%)
Mutual labels:  truffle
solidity-contracts
đŸ“Ļ Resources for the Ethereum Smart Contract Development tutorial series.
Stars: ✭ 64 (+60%)
Mutual labels:  truffle
SOMns
SOMns: A Newspeak for Concurrency Research
Stars: ✭ 62 (+55%)
Mutual labels:  truffle
peerai-api
Peerism's Peer.ai API built with Truffle, Node.js, Express.js, Solidity, and Ethereum TestRPC
Stars: ✭ 18 (-55%)
Mutual labels:  truffle
Motoro
Smart contracts for decentralized rentals of vehicles.
Stars: ✭ 96 (+140%)
Mutual labels:  truffle
ethane
A platform to create and distribute cryptotokens via Initial Coin Offerings (ICO)
Stars: ✭ 19 (-52.5%)
Mutual labels:  truffle
circleci-ethereum
CI/CD for Ethereum Smart Contracts with CircleCI and Truffle
Stars: ✭ 21 (-47.5%)
Mutual labels:  truffle
web3j-example
Android web3j example
Stars: ✭ 27 (-32.5%)
Mutual labels:  truffle
create-truffle-dapp
Create and deploy Truffle projects with no configuration.
Stars: ✭ 17 (-57.5%)
Mutual labels:  truffle
goodghosting-smart-contracts
Good Ghosting V1 Contracts
Stars: ✭ 23 (-42.5%)
Mutual labels:  truffle
the-great-venus
đŸ—ŋ The Great Venus (2018) - Turn-based web RPG based on Ethereum platform
Stars: ✭ 19 (-52.5%)
Mutual labels:  truffle
Acria-Contracts
Contracts for the ETH/BSC branch of the Acria Network
Stars: ✭ 31 (-22.5%)
Mutual labels:  truffle
MatryxPlatform
Matryx Platform source code.
Stars: ✭ 17 (-57.5%)
Mutual labels:  truffle
starter-kit-gsn
An OpenZeppelin starter kit focused on GSN.
Stars: ✭ 39 (-2.5%)
Mutual labels:  truffle

InstaDApp Contract

License: MIT Build Status Coverage Status CircleCI

Smart Contracts powering InstaDApp

Support

GitHub stars GitHub forks GitHub watchers GitHub followers

This project uses:

Installation

  1. Install Truffle and Ganache CLI globally.
npm install -g truffle@beta
npm install -g ganache-cli
  1. Create a .env file in the root directory and add your private key.

Commands:

Compile contracts:                  truffle compile
Migrate contracts:                  truffle migrate
Test contracts:                     truffle test
Run eslint:                         npm run lint
Run solium:                         npm run solium
Run solidity-coverage:              npm run coverage
Run lint, solium, and truffle test: npm run test

License

MIT License

Copyright (c) 2018 Moat Network

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].