This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
v1.0.0-beta.1
github-actions
released this
28 Nov 00:20
·
12 commits
to main
since this release
Added
- Added Deposit and Withdraw ETH/ERC20/ERC721 workflows
- Ability to check if user is registered on chain
- Support for Sandbox environment
- Added
StarkKey.generateStarkPrivateKey
andStarkKey.generateLegacyStarkPrivateKey
Changed
- Changed
Crypto
object to internal - Changed
ECKeyPair.getStarkPublicKey()
extension to internal - Expose fewer public methods to make it easier for us to maintain the SDK.
- Introduced a single entry point for the SDK to improve discoverability
- ImmutableX class exposes APIs for users who need access outside of basic workflows
Deprecated
- Ropsten test network
Removed
- Key derivation
Fixed
- Incorrect transfer amount in Transfer workflow