dmarket / dm-trading-tools

This repository shows the examples of clients for DMarket trading API usage

Home Page:https://dmarket.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unexpected identifier

ralleh opened this issue · comments

commented

I tried the code but it doesn't seem to run for me:

`import nacl from "tweetnacl";
^^^^

SyntaxError: Unexpected identifier`

With require it works for me.

Thanks for the example code though, it helped me a lot!