js-algorand-sdk
js-algorand-sdk copied to clipboard
The official JavaScript SDK for Algorand.
## Summary Currently, generated algod types are classes that extend the `BaseModel`, so using them for most of the JSON requests would introduce incorrect types, such as the `BaseModel`'s `_get_obj_for_encoding`...
Importing `langspec.json` in its entirety immediately adds 32kb to the webpack bundle. Ideally, we should dynamically import the JSON file only when it is needed. Refer to the [webpack docs...
I'm trying to group the transactions and one of the transactions is signed using logic signature. 1. Transaction 1 (signed using private key) 2. Transaction 2 (signed using LogicSig) If...
By default, they take `Uint8Array` values, but these are kind of a pain to produce. I think it would work well for they to be taken as `base64`, since that's...
Child PR to #604 Changes the order of arguments to avoid introducing a breaking change with the new box arguments.
I've never seen 4180 as the port for an Algod API. In sandbox its 4001, for APIs it's almost always 443. If the dev doesn't set it to an empty...
Following up on [PR #646 Choice Connect](https://github.com/algorand/js-algorand-sdk/pull/646), which was rejected for lack of showcasing the Javascript-SDK enough relative to Pera Wallet. I created a new example, which does more to...
I'm getting this error while deploying to AWS ElasticBeanstalk environment. BTW, In local, it works perfectly. ``` node_modules/algosdk/dist/types/src/types/utils.d.ts(19,84): error TS2344: Type 'K' does not satisfy the constraint 'Partial'. ``` Local...