typescript-sdk
typescript-sdk copied to clipboard
The Orca SDK contains a set of simple to use APIs to allow developers to integrate with the Orca platform.
Error: [Error: InternalError Metro has encountered an error: While trying to resolve module `@orca-so/sdk` from file , the package `/Users/haianh/solashi/app/node_modules/@orca-so/sdk/package.json` was successfully found. However, this package itself specifies a `main`...
code:'ETIMEDOUT' errno:'ETIMEDOUT' message:'request to [https://api.devnet.solana.com/]() failed, reason: connect ETIMEDOUT 31.13.85.34:443' type:'system'
`Uncaught ReferenceError: process is not defined at eval (util.js:109) at Object../node_modules/util/util.js (index.js?t=1638501186101:2313) at __webpack_require__ (index.js?t=1638501186101:2657) at eval (assertion_error.js:35) at Object../node_modules/assert/build/internal/assert/assertion_error.js (index.js?t=1638501186101:954) at __webpack_require__ (index.js?t=1638501186101:2657) at eval (assert.js:36) at Object../node_modules/assert/build/assert.js (index.js?t=1638501186101:943)...
I have discussed with @0xscuba on discord about this. We can just setup tsconfig to output es6 and add `module` in package.json or we can just use tool like https://github.com/egoist/tsup...
The getQuote method returns an error. I believe it is an rpc related error. This is what the error produced looks like ```bash {"jsonrpc":"2.0","error":{"code": 403, "message":"Access forbidden, contact your app...
- update commit hash: 3613cea3(Feb 8, 2021) to f4c5fdc(Feb 24, 2021)