This is an example of how to develop a CorDapp for bond issuance, transfers and settlements . It implements a simple bond state with coupons that can be redeemed weekly, monthly, quarterly, semi-annually or annually.
./gradlew build
The output will be in build/libs
.
The Bond CorDapp depends on the Finance CorDapp. Put both in the plugins directory on your Corda node.