Last active
June 3, 2019 03:34
Convector with NestJS - seed.ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Start a local blockchain | |
npm run env:restart | |
# Install the chaincode | |
npm run cc:start -- person | |
# Start your web server | |
npx lerna run start:dev --scope server --stream | |
# Seed some participants | |
hurl invoke person participant_register gov "Big Government" -u admin | |
hurl invoke person participant_register mit "MIT" -u user1 -o org1 | |
hurl invoke person participant_register naba "National Bank" -u user1 -o org2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment