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 was archived by the owner on Feb 8, 2024. It is now read-only.
In the README.md, the dataProvider is missing the networkPassphrase parameter.
I have been trying really hard to get this library up and running, but have had no luck.
I can use the stellar-sdk nodeJS library fine, but when I try to use this one, I get the below error:
import * as Types from "./types";
I am new to javascript so maybe I am fundamentally misunderstanding something.
Is this a NodeJS library and how should it be used?
I spent some time with the react app and it would run somewhat, but with a bunch of stack frame errors.