cd my_token
./gradlew deployNodes
cd my_token/build/nodes/PartyA
java -jar corda.jar
cd my_token/build/nodes/PartyB
java -jar corda.jar
cd my_token/build/nodes/Notary
java -jar corda.jar
cd my_token
./gradlew runPartyAServer
cd my_token
./gradlew runPartyBServer
- PartyB balance should be zero:
http://localhost:50006/api/my_token/balance
- Issue 100 tokens to PartyB:
curl --request POST 'http://localhost:50005/api/my_token/issue?quantity=100&partyName=O=PartyB,L=New%20York,C=US' --header "Content-Type=application/x-www-form-urlencoded"
- PartyB balance should be 100:
http://localhost:50006/api/my_token/balance