Snowflake is an ERC-1484 Provider
that provides on-/off-chain identity management. For more details, see our whitepaper.
- This folder has a suite of tests created through Truffle.
- To run these tests:
- Clone this repo:
git clone https://github.com/hydrogen-dev/smart-contracts.git
- Navigate to
smart-contracts/snowflake
- 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
- Clone this repo:
Copyright 2018 The Hydrogen Technology Corporation under the GNU General Public License v3.0.