Skip to content
This repository has been archived by the owner. It is now read-only.

emeraldpay/emerald-js

Repository files navigation

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

Development

Requirements

To install common packages run yarn from root folder

yarn

Build

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