If you have already imported an Identity that can issue ither identities, then you can do the following:
/Wallets/Import
- Browse for your exported admin card eg. netadmin.card and Import it.
- Add a participant, like in the below example:
Post /Trader
{
"$class": "org.acme.trading.Trader",
"tradeId": "trader1",
"firstName": "John",
"lastName": "Doe"
}
- Issue an identity mapped to that participant above
POST /system/identities/issue:
{
You should get a business network card in your Downloads folder - from your REST server go to /Wallets
/POST /wallet/import
Import the wallet when prompted. Then set that as the default user if you want to use it in your browser.