vessel-package-set icon indicating copy to clipboard operation
vessel-package-set copied to clipboard

Identify most valuable packages for Vessel

Open ghost opened this issue 4 years ago • 2 comments

Maybe:

  • Text Parsing
  • String Interpolation / Templating
  • Regex
  • SHA256
  • HTTP Requests / Responses
  • Base64, Hex, Principals Encoding/Decoding
  • Date/Time, esp. local time (everything is UTC)
  • Randomness
  • Iterators/Sequences (currently very wasteful)
  • Testing frameworks
  • Merkelization / Certified Variables
  • Wallet: Math comparisons, string formatting, BTrees, sorting

ghost avatar Apr 06 '21 15:04 ghost

  • HTML library?

crusso avatar Apr 09 '21 11:04 crusso

I created a library for Randomness in Motoko: https://github.com/neokree/easy-random It's pretty basic for now but covers the main use case of generating a random number between 0 and another number chosen by the developer. I added a PR #48 to add it in list of packages

neokree avatar Jul 15 '22 08:07 neokree