Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BigBang Core Re-energize the IoT
by
BigBangCore
on 01/11/2020, 19:02:27 UTC
User Key And Address
There are two types of addresses for BigBang Core: public key addresses and template addresses, which correspond to specific public keys and templates respectively.
The address length is fixed at 33 bytes, and the encoded address is used as input/output parameter in the interactive interface.

BASE32Encode uses the Crockford scheme character set, but does not
carry out the symbols check process in this scheme.