Skip to content

cosmo-project/meteor-dapp-cosmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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

  • Deploy and test solidity contracts
  • Vet contracts using function calls/transactions
  • Switch between auto and manual compiling mode
  • See your node information in realtime
  • Immediate JSON contract descriptions

Page Layout

  • Source code editor (left column)
  • Realtime contract & contract function information (middle column)
  • Accounts and console for method testing (right column)

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

  • Better i18n
  • Event Handling/Testing Interface

About

Meteor dapp for building and vetting solidity contracts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published