UNPKG
@miracl/client-js
Version:
latest (8.8.0)
8.8.0
8.7.0
8.6.0
8.5.0
8.4.0
8.3.1
8.2.0
8.1.0
8.0.0
7.4.0
7.3.0
7.2.0
7.1.0
7.0.0
6.3.0
6.2.0
6.1.0
6.0.0
MIRACL Trust client library
github.com/miracl/client-js
miracl/client-js
@miracl/client-js
/
test
/
init.js
16 lines
(14 loc)
•
349 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// In memory storage for users
import
storage
from
"./storage.js"
;
// Reusable test data
global
.
testData
= {
init
:
function
(
) {
return
{
server
:
"http://server.com"
,
projectId
:
"projectID"
,
seed
:
"hexSeed"
,
defaultPinLength
:
4
,
userStorage
:
new
storage
() }; } };