@emeraldplatform/vault

Emerald Vault utilities


Keywords
ethereum, full node, wallet, blockchain, smart contract
License
Apache-2.0
Install
npm install @emeraldplatform/vault@0.5.11

Documentation

Emerald Platform JS SDK

Travis (.org) Codecov License Gitter

Packages

Package Version Description

@emeraldplatform/contracts

npm (scoped)

Ethereum smart contracts interop.

@emeraldplatform/core

npm (scoped)

Common data structures and functions

@emeraldplatform/eth

npm (scoped)

Ethereum data structures and functions

@emeraldplatform/eth-account

npm (scoped)

Operate Ethereum PK JSON

@emeraldplatform/eth-node

npm (scoped)

Ethereum node util

@emeraldplatform/eth-rpc

npm (scoped)

Ethereum JSON RPC client

@emeraldplatform/rpc

npm (scoped)

JSON RPC client

@emeraldplatform/svg-icons

npm (scoped)

SVG and other raw design

@emeraldplatform/ui

npm (scoped)

React UI library

@emeraldplatform/ui-icons

npm (scoped)

React icons

@emeraldplatform/util

npm (scoped)

Other utility functions

@emeraldplatform/vault

npm (scoped)

Access to Emerald Console API server

Development

Build

lerna bootstrap

Tests suite

emerald-js uses Jest for its test suite. To run tests in the console:

yarn test

Tests coverage

You need install codecov util first

npm install -g codecov

then run tests

npm run test:coverage

License

Copyright 2019 ETCDEV GmbH

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.