Skip to content

Instantly share code, notes, and snippets.

@innovator256
Last active May 9, 2019 19:10
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save innovator256/87519f7c101b4c2b561d to your computer and use it in GitHub Desktop.
Save innovator256/87519f7c101b4c2b561d to your computer and use it in GitHub Desktop.
A collection of categorized tools for fast dapp development and information

#Giant Resource list Giant Resource list

#Ethereum Docs


#Contract explorer

  • http://frontier.ether.camp >to explore a contract and its code operations click on tractions and find one labeled green called "contract invocation"
    then you can explore a sample contract blockchain operations with the "vmtrace tool"

#Web api for smart contract calls

###**API Version ** ::


####new solidity tutorial:

###Frontier guide:

###Frontier tutorial walk through //Getting started guide

###Seperation of concerns, useful dapp patterns, contract systems

###Support for Library callcode now supported :


###Execeptions :

###Passing storage references in library calls


#Strategies for interfacing with contracts


#Groove fast and efficient queryable data for contracts

###Discussion

###In browser solidity compiler

###** Meteor Based In browser solidity compiler**


#Dapple (Maker) dev & testing tool

Writeup dapple tests


#Ethereum Bounty contract dapp

#Notorization dapp


##Smart Contract api for oracles


#cron_expression_parsing_for_ethereum_contracts & Date for contract automation

###Date-Time utilities for ethereum contracts

###String utility functions for ethereum contracts

###Now useable as a library :


#Solidity libraries, linked lists,iterable mapping etc


###Alarm clock code version 3.0


#Standadized Contract & Subcurrency api ( Coin Standards )

###Discussion


#** Official Ethereum Wallet **


#light clients :


#Wallet generator


#Docker images for ethereum


#Ethereum blockchain explorer


#Meteor

###A simple module for running meteor dApps with Ethereum

###Meteor DAPP boilerplate

###Meteor DAPP poketbook for dapp accounts

###Solidity for Meteor ::

###Web3 provider that adds hooks for an external transaction signer

###Charting and dependency graphs with meteor


#**Usefull tool to estimate various VM operations gas cost **:


###Optional : formal specification for the evm options :


###Good read for all DEVS :


###Make web3.js run in browser

do --rpccorsdomain "sample dapp ip"

ie geth --rpc --rpccorsdomain "localhost:80" ie geth --rpc --rpccorsdomain "http://localhost:3000" or geth --rpc --rpccorsdomain "port I set as provider"

never do --rpccorsdomain "*" or rpcaddr to 0.0.0.0 it is very dangerous


#Setting up a private network

###Commentary from taylor gerring

###Join the netstats page...run your own with the dev group


###Ethereum 101 questions:

###wallet generator

###ethereum wallet :


#Testing Deployment Tools

##embark 4.0 now with tdd : Embark : Framework to easily deploy dapps

Now with ipfs support in version 3

Walk through

###Vagrant / virtual box


##Truffle

###Run Grunt tasks with GULP

###Pudding, for automated, promises


#Rectively get block data :: meteor package

###Sample dapp with meteor

Most up to date release

Whisper chat client


#Ethereum Accounts in browser :

managing and using Ethereum accounts in browser

###Light wallet
https://github.com/ConsenSys/eth-lightwallet


#Docker imlges and embark framework on server

###Ethereum mining /Installation

installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment