catsdev
catsdev

Reputation: 83

Corda Accounts Limit per Node

I am new to Corda and I was just trying to understand if an accounts approach is suitable for what I want to achieve.

My doubts regarding this are:

Thanks a lot :)

Upvotes: 1

Views: 94

Answers (1)

Ashutosh Meher
Ashutosh Meher

Reputation: 1821

Account at the end of the day are states in Corda, which few more stuff like public and some mappings. Thus there isn't a limit to the number of states you could really create as long as your disk space permits. Or perhaps say you hit the barrier of the number of keys you could generate, which is unrealistic.

Accounts should not have any noticeable impact on network performance.

Upvotes: 2

Related Questions