Trustmesh
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
yarn testrpc
- Run tests (in another console):
yarn test
Deployment
Quick Start
# Using default localhost:8545
yarn migrate
infura.io and Mnemonic
Using# Use TRUSTMESH_MNEMONIC and TRUSTMESH_ETH_SENDER to config
TRUSTMESH_MNEMONIC='foo bar baz quz...' \
TRUSTMESH_ETH_SENDER='0x123...' yarn migrate --network rinkeby