/trustmesh

Blockchain-based (Ethereum) public key and message infrastructure

Primary LanguageTypeScript

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