PhoenixIdentity is an ERC-1484 Provider
that provides on-/off-chain identity management.
- This folder has a suite of tests created through Truffle.
- To run these tests:
- Clone this repo
- Navigate to
smart-contracts/phoenixIdentity
- Run
npm install
- Build dependencies with
npm run build
- Spin up a development blockchain:
npm run chain
- In another terminal tab, run the test suite:
npm test
Copyright 2020 The Phoenix Technology Corporation under the GNU General Public License v3.0.