Added html and merged had old version
Merge branch 'master' of ssh://cryps.gg:40022/~/cryps
This commit is contained in:
@@ -8,6 +8,7 @@ ws.binaryType = 'arraybuffer';
|
||||
ws.addEventListener('open', function (event) {
|
||||
ws.send(cbor.encode({ method: 'cryp_generate', params: { level: 64 }}));
|
||||
ws.send(cbor.encode({ method: 'account_create', params: { name: 'ntr', password: 'grep' }}));
|
||||
ws.send(cbor.encode({ method: 'account_create', params: { name: 'mashy', password: 'grepgrepgrep' }}));
|
||||
});
|
||||
|
||||
// Listen for messages
|
||||
|
||||
Reference in New Issue
Block a user