Nem Intro Discussion

Welcome to the thread about the NEM Intro. Here you can discuss everything about the chapter and potential questions that might arise.

It appears that NEM doesn’t have much activity on their github repo, and actually looks pretty dead. From Sep to Nov of last year they only had about two or three commits.

What do you think?

Yeah I have not seen a lot from NEM. I agree. ETH and EOS are more active and popular platforms atm.

1 Like

I am currently at the NEM SDK part
I followed the instructions (installed the nem sdk and created a new js file in that folder)
for some reason, the editor is not recognizing any nem related variables

let nem = require(“nem-sdk”).default;

let endpoint = nem.model.objects.create(“endpoint”)(nem.model.nodes.defaultTestnet,nem.model.nodes.defaultPort);

Thanks

You mean you don’t have syntax highlighting? Have you saved the file as a .js file?