Added html and merged had old version

Merge branch 'master' of ssh://cryps.gg:40022/~/cryps
This commit is contained in:
Himesh Kapadia
2018-09-14 19:44:03 +10:00
7 changed files with 53 additions and 32 deletions
+1
View File
@@ -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