ProvableHQ / aleo-js

MIT License
20 stars 22 forks source link

[FEATURE] add functionality to NodeConnection class #3

Closed mationorato closed 1 year ago

mationorato commented 2 years ago

🚀 Feature

how it should work:

const con = new NodeConnection("hostname/ip")
const acc = new Account()

con.setAccount(acc)

con.get_records()
mationorato commented 1 year ago

closed by #9