Open illoyd opened 5 years ago
Thanks @illoyd - I'll add this to the backlog!
Where can we see the backlog? (In the front page as a list?) I can help to close some items where it makes sense.
Sorry the backlog unfortunately is on the Corda Enterprise JIRA board, which is private.. I'm trying to get it moved to a public board, so everyone can see the stories. Cheers
@illoyd, Were you able to run a cordapp using the token sdk dependencies? I've been trying to run both the cordapp-template-kotlin and another cordapp referencing the token sdk cordapp. However, I'm getting an error because the cordapp can't find the dependencies even by following the instructions in this README
@lmarinl1 this is fixed now - sorry about this!
The
contract
andworkflow
directories should be renamed tocontracts
andworkflows
to be inline with the corda/cordapp-template-kotlin repository.