Skip to content

Smilo-platform/emerald-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

187 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emerald Platform JS SDK

Build Status codecov

Join the chat at https://gitter.im/ethereumproject/emerald-js

Typescript/Javascript Packages

Package Version Description
@emeraldplatform/emerald-js npm Ethereum and other auxiliary functions
@emeraldplatform/contracts npm Ethereum smart contracts interop.
@emeraldplatform/ui npm React UI library.
@emeraldplatform/ui-icons npm React icons.
@emeraldplatform/svg-icons npm SVG and other raw design.
@emeraldplatform/rpc npm JSON RPC client.
@emeraldplatform/eth-rpc npm Ethereum JSON RPC client.
@emeraldplatform/eth-node npm Ethereum node util.

How to use

npm install -S @emeraldplatform/emerald-js.git

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

Contribution

We use AirBnB JavaScript Style Guide and Flow for static type checking.

About

Dapps development framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 88.7%
  • JavaScript 9.3%
  • Other 2.0%