more cleaning

This commit is contained in:
2023-09-13 22:22:49 -06:00
parent 7afd49661d
commit f5a267fd43
12 changed files with 83 additions and 5 deletions
+1 -4
View File
@@ -17,13 +17,10 @@ from the perspective of the waellet.
## Building ## Building
Requires [Erlang/zx], [jex], [npm], and TypeScript (`npm install -g Requires [jex]
typescript`).
``` ```
jex install jex install
``` ```
[Erlang/zx]: https://www.bitchute.com/video/1gCvcoPUR7eJ/
[jex]: ../../utils/jex/ [jex]: ../../utils/jex/
[npm]: ../../docs/npm-misc/
+2 -1
View File
@@ -2,9 +2,10 @@
do not use this library do not use this library
## building ## building
requires [jex](../../utils/jex/)
``` ```
jex install jex install
``` ```
+2
View File
@@ -6,6 +6,8 @@ Public Domain
## building ## building
requires [jex](../../utils/jex/)
``` ```
jex dwim+ jex dwim+
``` ```
+2
View File
@@ -4,6 +4,8 @@ Aeternity-specific cryptography helper functions
## building ## building
requires [jex](../../utils/jex/)
``` ```
jex install jex install
``` ```
+2
View File
@@ -4,6 +4,8 @@ Seed phrases bad. AE Recovery Text good
## building ## building
requires [jex](../../utils/jex/)
``` ```
jex install jex install
``` ```
+2
View File
@@ -5,6 +5,8 @@ Serialization/deserialization routines for AE data. For instance, read a
## building ## building
requires [jex](../../utils/jex/)
``` ```
jex install jex install
``` ```
+2
View File
@@ -4,6 +4,8 @@ Base58 encode/decode routines. See <https://zxq9.com/archives/2688>
## building ## building
requires [jex](../../utils/jex/)
``` ```
jex install jex install
``` ```
+16
View File
@@ -0,0 +1,16 @@
ISC License
Copyright (c) 2023 Aeternity Foundation
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
+11
View File
@@ -0,0 +1,11 @@
# `vdk_base64`
Base64 encode/decode routines. See <https://zxq9.com/archives/2688>
## building
Requires [jex](../../utils/jex)
```
jex install
```
+16
View File
@@ -0,0 +1,16 @@
ISC License
Copyright (c) 2023 Aeternity Foundation
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
+11
View File
@@ -0,0 +1,11 @@
# `vdk_binary`
Basic binary utility functions
## building
Requires [jex](../../utils/jex/)
```
jex install
```
+16
View File
@@ -0,0 +1,16 @@
ISC License
Copyright (c) 2023 Aeternity Foundation
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.