The design of CKB is very different from other blockchains. One of the main effort in the community is to tell the differences and explains why CKB does it this way.
Account and addresses might be the most important part in this way since they are the very first concept that everyday users will touch. It also brings chanllenge for dApp developers to handle the accounts and addresses correctly in their wallet designs since they are fundamental different from web3 world.
In fact, CKB’s accounts and addresses gives users way more granular control over their digital assets. But it takes a effort to learn and use it.
So we thought it will be a great idea if we can educated such concepts better in multiple ways. Writting articles sometimes feel not enough, so we just create a single dedicated web page to explains the addresses and accounts design in CKB with an intereactive Wallet demo and embeded figma design files.
Checkout here: https://craft-ckb-address.vercel.app/
We hope this helps, if you have any feedback, please let us know! thank you!