All Projects → niksmac → ethereum-scripts

niksmac / ethereum-scripts

Licence: Apache-2.0 license
Common useful JavaScript snippets for geth

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ethereum-scripts

React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+1063.64%)
Mutual labels:  web3, web3js
Elm Ethereum
dApps in Elm
Stars: ✭ 129 (+290.91%)
Mutual labels:  web3, web3js
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+1172.73%)
Mutual labels:  web3, web3js
cyberevents
The protocol for EVENTs and TICKETs
Stars: ✭ 16 (-51.52%)
Mutual labels:  web3, web3js
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
Stars: ✭ 237 (+618.18%)
Mutual labels:  web3, web3js
web3uikit
Lightweight reusable Web3 UI components for dapps.
Stars: ✭ 180 (+445.45%)
Mutual labels:  web3, web3js
Web3 Vs Ethers
A basic cheatsheet of Web3.js vs Ethers (along w/ example apps!)
Stars: ✭ 103 (+212.12%)
Mutual labels:  web3, web3js
solidity-cli
Compile solidity-code faster, easier and more reliable
Stars: ✭ 49 (+48.48%)
Mutual labels:  web3, web3js
Web3x
Ethereum TypeScript Client Library - for perfect types and tiny builds.
Stars: ✭ 197 (+496.97%)
Mutual labels:  web3, web3js
Web3 By Example
Node.js with Web3 javascript examples for getting basic information (transactions, balances, network stats, and tokens) from the Ethereum blockchain.
Stars: ✭ 156 (+372.73%)
Mutual labels:  web3, web3js
Starter Kit
An OpenZeppelin starter kit containing React, OpenZeppelin SDK & OpenZeppelin Contracts.
Stars: ✭ 101 (+206.06%)
Mutual labels:  web3, web3js
openzeppelin-network.js
An easy to use and reliable library that provides one line access to Web3 API.
Stars: ✭ 45 (+36.36%)
Mutual labels:  web3, web3js
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (+321.21%)
Mutual labels:  web3, web3js
crypto-high-score
Add your name to the global, immutable leaderboard by paying in ETH.
Stars: ✭ 18 (-45.45%)
Mutual labels:  web3, web3js
almonit-plugin
ENS+IPFS Firefox plugin by Almonit
Stars: ✭ 17 (-48.48%)
Mutual labels:  web3, web3js
ReactEd
An extension to assist with development of react and redux applications.
Stars: ✭ 48 (+45.45%)
Mutual labels:  snippets
eth-self-token-example
在本地网络发布一个名叫 YuTou 的 token
Stars: ✭ 8 (-75.76%)
Mutual labels:  web3
dev-cheatsheets
A collection of code snippets and CLI guides for quick and easy reference while coding
Stars: ✭ 33 (+0%)
Mutual labels:  snippets
goodcode
A curated collection of annotated code examples from prominent open-source projects
Stars: ✭ 184 (+457.58%)
Mutual labels:  snippets
ether-swr
Ether-SWR is a React hook that fetches Ethereum data. It streamlines the chores to keep the internal state of the Decentralized App (DApp), batches the RPC calls to an Ethereum node and cache the responses
Stars: ✭ 125 (+278.79%)
Mutual labels:  web3

ethereum-scripts

Common useful JavaScript snippets for geth

This is a collection of common useful scripts that are handy when you do any kind of developemt on the Ethereum Virtual Machine aka EVM. Inspired by this SE question

Usage

Load into HTML page Include the build/geth.min.js in your html HEAD and start using these fucntions in browser console and/or custom script.

Load into geth console loadScript('YOURPATH/build/geth.min.js'); and use it.

Documentation

Detailed documentation is here.

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].