0.0.10 • Published 6 years ago

@keymesh/trustmesh v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Trustmesh Build Status

Blockchain-based (Ethereum) Public key and message infrastructure. Can be use to build trusted communication DApp.

Installation

yarn add @keymesh/trustmesh

APIs

TODO

Development

Test

  1. Run Ethereum Test RPC (Ganache CLI):
yarn testrpc
  1. Run tests (in another console):
yarn test

Deployment

Quick Start

# Using default localhost:8545
yarn migrate

Using infura.io and Mnemonic

# Use TRUSTMESH_MNEMONIC and TRUSTMESH_ETH_SENDER to config
TRUSTMESH_MNEMONIC='foo bar baz quz...' \
TRUSTMESH_ETH_SENDER='0x123...' yarn migrate --network rinkeby
0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago