scientistnik / btsdex

Package for work with BitShares DEX
MIT License
21 stars 27 forks source link

Can't initialize Bitshares #17

Closed Rishi556 closed 5 years ago

Rishi556 commented 5 years ago

When I try and initialize Bitshares with the following code:

BitShares.init("wss://bitshares.openledger.info/ws"

I get:


BitShares.init("wss://bitshares.openledger.info/ws")
          ^

TypeError: BitShares.init is not a function```
Rishi556 commented 5 years ago

Realized its not needed as its done by default.