All Projects → ethereumjs → ethereumjs-account

ethereumjs / ethereumjs-account

Licence: other
Project is in active development and has been moved to the EthereumJS VM monorepo.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ethereumjs-account

schemaglue
Naturally breaks down your monolithic graphql schema into bits and pieces and then glue them back together.
Stars: ✭ 117 (+160%)
Mutual labels:  schema
decoratex
No description or website provided.
Stars: ✭ 34 (-24.44%)
Mutual labels:  schema
faker-schema
Generate fake data using joke2k's faker and your own schema
Stars: ✭ 91 (+102.22%)
Mutual labels:  schema
godmt
Tool that can parse Go files into an abstract syntax tree and translate it to several programming languages.
Stars: ✭ 42 (-6.67%)
Mutual labels:  schema
mapper
Map tarantool tuples to php objects.
Stars: ✭ 68 (+51.11%)
Mutual labels:  schema
JetBrains-scheme
JetBrains主题,更完美的高亮。支持 IntelliJ IDEA、phpstorm、goland、webstorm
Stars: ✭ 25 (-44.44%)
Mutual labels:  schema
felicity
Javascript object constructors and sample data based on Joi schema.
Stars: ✭ 107 (+137.78%)
Mutual labels:  schema
granate
Code generator for graphql
Stars: ✭ 21 (-53.33%)
Mutual labels:  schema
huawei-account-demo
Sample code for quickly integrate Huawei ID. HUAWEI Account Kit provides developers with simple, secure, and quick sign-in and authorization functions.
Stars: ✭ 39 (-13.33%)
Mutual labels:  account
formily
Simple, lightweight, and flexible schema-based form for Vue.js
Stars: ✭ 23 (-48.89%)
Mutual labels:  schema
soap-typescript
SOAP decorators for creating wsdl's and annotating services to provide metadata for node-soap
Stars: ✭ 20 (-55.56%)
Mutual labels:  schema
schema2ldif
Schema 2 ldif : tool to convert .schema to .ldif files and mange them live into an openldap server
Stars: ✭ 14 (-68.89%)
Mutual labels:  schema
really-rich-results
RRR makes structured data for WordPress really rich, and really easy.
Stars: ✭ 21 (-53.33%)
Mutual labels:  schema
ethjs-signer
A simple module for signing Ethereum transactions.
Stars: ✭ 27 (-40%)
Mutual labels:  account
effective-invention
High quality coded Discord account with it's own Anti-Captcha API and has Mail API Implemented
Stars: ✭ 59 (+31.11%)
Mutual labels:  account
mongodb-schema
Infer a probabilistic schema for a MongoDB collection.
Stars: ✭ 106 (+135.56%)
Mutual labels:  schema
vue-example
Vue.js example application (server-side rendering, router, vuex store, form validation, i18n & l10n)
Stars: ✭ 62 (+37.78%)
Mutual labels:  schema
avro turf
A library that makes it easier to use the Avro serialization format from Ruby.
Stars: ✭ 130 (+188.89%)
Mutual labels:  schema
NoSE
👃 Automated schema design for NoSQL applications
Stars: ✭ 25 (-44.44%)
Mutual labels:  schema
pocket-cms
☁️ A pocket sized CMS written for nodejs
Stars: ✭ 13 (-71.11%)
Mutual labels:  schema

This package has been deprecated. Please use ethereumjs-util v7.0.6 onwards.

Visit https://github.com/ethereumjs/ethereumjs-util/releases/tag/v7.0.6 for more.

SYNOPSIS

NPM Package Actions Status Coverage Status Gitter js-standard-style

This library eases the handling of Ethereum accounts, where accounts can be either external accounts or contracts (see Account Types docs).

Note that the library is not meant to be used to handle your wallet accounts, use e.g. the web3-eth-personal package from the web3.js library for that. This is just a semantic wrapper to ease the use of account data and provide functionality for reading and writing accounts from and to the Ethereum state trie.

Note: The library implements EIP-161 to determine empty accounts, and as such doesn't support hardforks before the Spurious Dragon.

INSTALL

npm install ethereumjs-account

BROWSER

This module work with browserify.

API

./docs/

EthereumJS

See our organizational documentation for an introduction to EthereumJS as well as information on current standards and best practices.

If you want to join for work or do improvements on the libraries have a look at our contribution guidelines.

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