2da231ad42
fix(types): fix luau re-export stub logic
2024-03-29 23:33:35 +05:30
42af7620d5
feat: include luau types
2024-03-29 23:27:57 +05:30
fef63ec48c
chore: include build script to bundle compiled files too
...
The build command now compiles the project to lua using roblox-ts, then uses darklua to bundle the files, powered by terracotta.
2024-03-29 22:26:04 +05:30
6dff9bbdb8
feat: basic error handling
...
Currently, this implements a simple runtime error which is raised when
either the private or public key generation fail. In the future, it
would make sense to include some runtime argument validation, and a more
parseable error.
2024-03-28 16:12:44 +05:30
46b7949422
chore(tests): include test runner powered by lune
2024-03-27 18:13:03 +05:30
e50a64797a
chore(tests): include tests
2024-03-27 17:49:16 +05:30
ad8321955d
feat: add ability to supply private key
2024-03-27 17:12:39 +05:30
0e398939ce
refactor: address lint and formatting issues
2024-03-27 17:09:50 +05:30
997ba997fe
init: the basics
2024-03-27 16:38:52 +05:30