Skip to content

Instantly share code, notes, and snippets.

import symbolSdk from "/path/to/symbolsdk/javascript/src/index.js";
const facade = new symbolSdk.facade.SymbolFacade("testnet");
type PrivateKey = InstanceType<typeof symbolSdk.PrivateKey>;
const privateKey: PrivateKey = symbolSdk.PrivateKey.random();
/*
const privateKey: PrivateKey = new symbolSdk.PrivateKey(
"677035391CD3701293D385F037BA32796252BB7CE180B00B582DD9B20AAAD7F0"
);
@evias
evias / dhealth-voting-update.md
Last active September 23, 2021 11:52
dHealth Node Voting Keys Update Guide

Hello dear community 👋

I am happy to share an update of the yourdlt tool that will let you update your voting keys.

  1. Remove the yourdlt software We recommend that you stop your node and remove any previous installation of yourdlt with the following example:
$ cd /opt/dhealth
$ yourdlt stop -t dual-node
#!/bin/bash
# ***********************************************
# Symbol TestNet Chikujo(BuildUp) Script for Ubuntu 18.04
# ***********************************************
# Quote source
# [general] https://nemlog.nem.social/blog/36829
# [https] https://nemlog.nem.social/blog/31033