Skip to content

Instantly share code, notes, and snippets.

@marianocodes
Last active June 3, 2019 03:34
Show Gist options
  • Save marianocodes/3fecd530eedf168d90c98f022f7accf8 to your computer and use it in GitHub Desktop.
Save marianocodes/3fecd530eedf168d90c98f022f7accf8 to your computer and use it in GitHub Desktop.
Convector with NestJS - seed.ssh
# 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