You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
use step detail:
1:npm install @ergoplatform/ergo-js
test code:
`const ergo = require('@ergoplatform/ergo-js');
async function TestERG() {
//const currentHeight = ergo.getCurrentHeight()
//console.log("currentHeight", currentHeight)
}
TestERG()
[bitforex@localhost erg]$ cat test.js
const ergo = require('@ergoplatform/ergo-js');
async function TestERG() {
const currentHeight = ergo.getCurrentHeight()
console.log("currentHeight", currentHeight)
}
TestERG()`
2: node test.js
The text was updated successfully, but these errors were encountered: