Setting things up
XRP Ledger accounts
First XRPL interaction



















Tokens, transactions









Ledger features




SetRegularKey





MultiSigning


Currency Code In Hex Format
Intro
We can have a currency code which is more than 3 characters in length, using hex format.
Video
Topics covered
- You can use a 160-bit (40-character) hexadecimal string as the currency code. To prevent this from being treated as a "standard" currency code, the first 8 bits MUST NOT be 0x00.
- Currency code can not be more than 40 characters in length when converted to hex formate.
- Take currency code input from the user, from command prompt, and then set TrustLine for that currency code.
References
Final tip: We can have 3 digit currency code(except XRP), or 40 character hex code as currency code.
← Previous
Next →