sygma-sdk icon indicating copy to clipboard operation
sygma-sdk copied to clipboard

A Typescript SDK to add cross-chain capabilities such as bridging tokens and sending messages across dApp projects.

Results 39 sygma-sdk issues
Sort by recently updated
recently updated
newest added

## Details According to the SDK's v3, refactor the deployment pipeline to support deploying multiple packages. Ensure that each package is deployed separately.

Priority: P2
QA

Provide test for Substrate Fungible class. ## Implementation details - Define mocks if necessary for the different methods or functons being used - Test cases for Fee and transaction -...

Priority: P2

When transferring fungible assets, its important to know whether liquidity is available on destination chain. Therefore, v3 SDK should provide interface to be able to query liquidity on destination chain...

Priority: P2

Provide test for BTC Fungible class. ## Implementation details - Define mocks if necessary for the different methods or functons being used - Test cases for miner fee calculation and...

**Context**: Until recently we only supported transfer from Substrate to EVM so we used only a way to encode EVM format address on deposits. Now, we can extend deposits to...

Priority: P1
Type: Feature

**Context** of **toNumber**: We are currently using this logic _if (!contractValueAfter.eq(valueBefore)) { console.log("Transaction successfully bridged."); console.log( `Value after update: ${new Date( contractValueAfter.toNumber() ).toString()}` ); break;_ But the Sotrage Contract can...

Fix: remove `process` depedency which causes browser integration failure - Fixed all examples - Removed `env` dependancy - Fixed tests ## Description Removal of environment variable from process object, this...