archethic-node
archethic-node copied to clipboard
Add `String.replace/3` in the Smart Contract's library
Adding a function to help to replace part of string would be really helpful in order to build reactive SC and reduce size of data hosted on chain. This way we can use some templating approach to combine and format data based on context.
String.replace(src, pattern, replace)