Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 240 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 240 Bytes

godot-bs58

Base 58 encoder/decoder plugin for godot 4

Usage

There are two functions in the plugin, encode and decode. The functions can be found in the class bs58. Example usage is:

bs58.encode(bs58.decode("1111111111111111"))