cosmo-project / meteor-dapp-cosmo

Meteor dapp for building and vetting solidity contracts.
http://cosmo.to/
MIT License
61 stars 19 forks source link

meteor-dapp-cosmo

A MeteorJS realtime solidity development environment DApp.

** Please note that this DApp is still in Alpha (still working out the bugs).

[DEPRETIATED] -- please use and contribute too: https://github.com/cosmo-project/cosmo, currently under construction however.

Alpha

http://meteor-dapp-cosmo.meteor.com/

Installation

Clone this repo

$ git clone http://github.com/SilentCicero/meteor-dapp-cosmo.git

Start a local geth node:

$ geth --rpc --rpcaddr="localhost" --mine --unlock=primary --rpcport="8080" --rpccorsdomain="http://localhost:3000" --loglevel=5 --maxpeers=0

Start Cosmo using Meteor

$ cd meteor-dapp-cosmo/app
$ meteor

Goto http://localhost:3000, enjoy!

DApp Functionality

Page Layout

About

This DApp will help developers code in solidity, so they can build solid contracts in realtime that are thoroughly vetted.

Cosmo uses Chriseth's Realtime Browser Compiler.

TODO