All Projects → onyb → ethane

onyb / ethane

Licence: Apache-2.0 license
A platform to create and distribute cryptotokens via Initial Coin Offerings (ICO)

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ethane

solcover
Code coverage for solidity
Stars: ✭ 64 (+236.84%)
Mutual labels:  truffle
trufflepig
🍄🐷Truffle contract artifact loading tool for local development
Stars: ✭ 45 (+136.84%)
Mutual labels:  truffle
circleci-ethereum
CI/CD for Ethereum Smart Contracts with CircleCI and Truffle
Stars: ✭ 21 (+10.53%)
Mutual labels:  truffle
svelte-box
A truffle box for svelte
Stars: ✭ 60 (+215.79%)
Mutual labels:  truffle
eth-decoder
Simple library to decode ethereum transaction and logs
Stars: ✭ 32 (+68.42%)
Mutual labels:  truffle
SOMns
SOMns: A Newspeak for Concurrency Research
Stars: ✭ 62 (+226.32%)
Mutual labels:  truffle
payroll
A payroll system developed with React and Solidity for Ethereum
Stars: ✭ 28 (+47.37%)
Mutual labels:  truffle
starter-kit-gsn
An OpenZeppelin starter kit focused on GSN.
Stars: ✭ 39 (+105.26%)
Mutual labels:  truffle
docker-eth-dev
Hacking together a containerized environment for Ethereum development with Truffle using Parity
Stars: ✭ 22 (+15.79%)
Mutual labels:  truffle
create-truffle-dapp
Create and deploy Truffle projects with no configuration.
Stars: ✭ 17 (-10.53%)
Mutual labels:  truffle
Blockchain
Recently started working on Blockchain technologies. This repo contains material related to Blockchain technologies. My current focus on dAPP development using Hyperledger.
Stars: ✭ 21 (+10.53%)
Mutual labels:  truffle
eth-plot
r/place inspired Dapp
Stars: ✭ 36 (+89.47%)
Mutual labels:  truffle
the-great-venus
🗿 The Great Venus (2018) - Turn-based web RPG based on Ethereum platform
Stars: ✭ 19 (+0%)
Mutual labels:  truffle
react-truffle-metamask
Build an DApp using react, redux, saga, truffle, metamask
Stars: ✭ 25 (+31.58%)
Mutual labels:  truffle
dungeons-and-dragons-nft
#chainlink #nft
Stars: ✭ 583 (+2968.42%)
Mutual labels:  truffle
dao1901
French 1901's Law for non-profit organizations, now on Ethereum
Stars: ✭ 29 (+52.63%)
Mutual labels:  truffle
awesome-ethereum
一起学习以太坊
Stars: ✭ 60 (+215.79%)
Mutual labels:  truffle
Acria-Contracts
Contracts for the ETH/BSC branch of the Acria Network
Stars: ✭ 31 (+63.16%)
Mutual labels:  truffle
proof-of-existence
Ethereum Smart Contract to prove a document's existence at some point by storing and verifying its hash.
Stars: ✭ 22 (+15.79%)
Mutual labels:  truffle
solidity-contracts
📦 Resources for the Ethereum Smart Contract Development tutorial series.
Stars: ✭ 64 (+236.84%)
Mutual labels:  truffle

ethane

A platform to create and participate in Initial Coin Offerings (ICO)

Status: This project is currently in alpha stage, and not sufficiently stable for public usage.

Demo: http://ethane.herokuapp.com

Running Ethane locally on Ubuntu

Note: Make sure you have Python 3.6 and the latest version of Node installed.

Launch the Ethereum test node
$ cd ethane
$ npm install
$ export PATH=`pwd`/node_modules/.bin:$PATH
$ testrpc
Launch the Django development server

(in a new tab)

$ virtualenv -p python3 ~/env
$ source ~/env/bin/activate
$ pip install -r requirements.txt
$ python manage.py migrate
$ export PATH=`pwd`/node_modules/.bin:$PATH
$ python manage.py runserver

Tech Stack

Ethane Core
  • Ethereum as the blockchain app platform.
  • Solidity for writing smart-contracts.
  • OpenZepplin as a base for Solidity contracts, for security.
  • Truffle for managing contract artifacts and deployment.
  • web3.js - Javascript library to communicate with the Ethereum node through RPC calls.
Ethane front
  • React for rendering the frontend
  • Redux - state management
Ethane backend
  • Python/Django
  • [PostgreSQL] as the database
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].