New Package: sdk@0.4.0-b.1
Type: Beta
Link: https://www.npmjs.com/package/@crossmarkio/sdk/v/0.4.0-b.1
Version Release Changes (Beta)
- Moved "connect" to the async methods since it incldued a setTimeout lopp and is technicalled an async call.
- Added a "detect" method to the async methods which is more clear and explicit compared to the "connect" method
- Added a "isInstalled" method to the sync methods which is more clear and explicit compared to the "isConnected" method
Migration Steps
- If using the "connect" method in the sync category, it is has been nuked from the sync category and moved the async category
Depreciation Warning
- If using the "isConnected" method in the sync category, we are migrating to a more clear method called "isInstalled". It is recommend that your refactor to this before the old method become depreciated.
- If using the "connect" method in the sync category, we are migrating to a more clear method called "detect" in the async category. It is recommend that your refactor to this before the old method become depreciated.
Type: Beta
Link: https://www.npmjs.com/package/@crossmarkio/sdk/v/0.4.0-b.1
Version Release Changes (Beta)
- Moved "connect" to the async methods since it incldued a setTimeout lopp and is technicalled an async call.
- Added a "detect" method to the async methods which is more clear and explicit compared to the "connect" method
- Added a "isInstalled" method to the sync methods which is more clear and explicit compared to the "isConnected" method
Migration Steps
- If using the "connect" method in the sync category, it is has been nuked from the sync category and moved the async category
Depreciation Warning
- If using the "isConnected" method in the sync category, we are migrating to a more clear method called "isInstalled". It is recommend that your refactor to this before the old method become depreciated.
- If using the "connect" method in the sync category, we are migrating to a more clear method called "detect" in the async category. It is recommend that your refactor to this before the old method become depreciated.
npm
npm: @crossmarkio/sdk
A friendly assistant for interacting with Crossmark. Latest version: 0.4.0, last published: 16 hours ago. Start using @crossmarkio/sdk in your project by running `npm i @crossmarkio/sdk`. There is 1 other project in the npm registry using @crossmarkio/sdk.
Version 0.2.16 has been approved and published to the Chrome Web Store!
If you are an exisitng user, navigate to your extension manager panel, and click "update".
Link: https://chromewebstore.google.com/detail/crossmark-wallet/canipghmckojpianfgiklhbgpfmhjkjg
If you are an exisitng user, navigate to your extension manager panel, and click "update".
Link: https://chromewebstore.google.com/detail/crossmark-wallet/canipghmckojpianfgiklhbgpfmhjkjg
New Package: sdk@0.4.0
Type: Latest
Link: https://www.npmjs.com/package/@crossmarkio/sdk/v/0.4.0
Version Release Changes
- Public release for compatibility with extension latest versions (crossmark:0.2.17, embark:0.0.3)
- Add tip and tax optional parameters in the extended sign options. This is applicable to any methods that involve a "submission" to the network. Sign methods are exempt from this feature.
- Changed service fee parameter from "account" to "destination" to better align with a standard payment transaction type.
- Added encryption/decryption methods which uses the wallet keychain to encryption arbitary payloads or message (limited to AES algorithm for now).
Migration Steps
- If utilizing the 'service' as a fee in the optional sign parameter, change 'account' key to 'destination'.
Type: Latest
Link: https://www.npmjs.com/package/@crossmarkio/sdk/v/0.4.0
Version Release Changes
- Public release for compatibility with extension latest versions (crossmark:0.2.17, embark:0.0.3)
- Add tip and tax optional parameters in the extended sign options. This is applicable to any methods that involve a "submission" to the network. Sign methods are exempt from this feature.
- Changed service fee parameter from "account" to "destination" to better align with a standard payment transaction type.
- Added encryption/decryption methods which uses the wallet keychain to encryption arbitary payloads or message (limited to AES algorithm for now).
Migration Steps
- If utilizing the 'service' as a fee in the optional sign parameter, change 'account' key to 'destination'.
npm
npm: @crossmarkio/sdk
A friendly assistant for interacting with Crossmark. Latest version: 0.4.0, last published: 16 hours ago. Start using @crossmarkio/sdk in your project by running `npm i @crossmarkio/sdk`. There is 1 other project in the npm registry using @crossmarkio/sdk.
New Version: Crossmark@0.2.17
Chrome: Live
Link: https://chromewebstore.google.com/detail/crossmark-wallet/canipghmckojpianfgiklhbgpfmhjkjg
---
Firefox: Live
Link: https://addons.mozilla.org/en-US/firefox/addon/crossmark/
---
Version Release Changes
- Bumped out of general BETA status π
- Add swap feature for all tokens on the XRP Ledger. Swaps can only be achieved with tokens within AMM pool instances
- Add link to our on-ramping webapp for new accounts created within Crossmark. Also, showing this link option on all unactivated accounts.
- πΈAdd button handlers on the token details page (send, receive, swap, exchange, remove)
- Updated send modal flow with advance configurations βοΈ
- Update swap transactions appearance in the historical list. Swap will be detected, delivered amount calculated, and overall success is displayed in the list
- Sent amounts will now apear as "blue" π text, received amounts will appear as "green" π
- Light user metric-tracking to help better improve the product in future releases. Only recording publically accessible information found on the XRP Ledger
- Shortcut dropdown features fixed, now in-app themes can be changed within the shortcut dropdown
- Settings page revisited, and sync-with-state bugs fixed.
- Refactored state migration process. Added 'migration error' dialogue if there is any problems with the migration, giving users to option to wipe existing data
- π Add encrypt/decrypt methods which uses the wallet keychain to encryption arbitary payloads or messages (limited to AES algorithm for now)
- Add payload dialogue if network is unstable, or if there is an error with the parsing. This will allow the user to refetch, or cancel the incoming request
- Updated signin logic. If a user selects a nodes which is not currently active, we will automatically switch the user to the new network. This is to prevent users from mistaking the network during sign request.
- Fixed security settings bugs
- Improved dapps image fetching. Added spinner animation when the favicons are loading. Refactored the "add new" dapp logic for smoother image fetching.
- Stability and performance improvements
- Update favicon with revised logo π’
Migration Steps
There is no migration required for this release.
Chrome: Live
Link: https://chromewebstore.google.com/detail/crossmark-wallet/canipghmckojpianfgiklhbgpfmhjkjg
---
Firefox: Live
Link: https://addons.mozilla.org/en-US/firefox/addon/crossmark/
---
Version Release Changes
- Bumped out of general BETA status π
- Add swap feature for all tokens on the XRP Ledger. Swaps can only be achieved with tokens within AMM pool instances
- Add link to our on-ramping webapp for new accounts created within Crossmark. Also, showing this link option on all unactivated accounts.
- πΈAdd button handlers on the token details page (send, receive, swap, exchange, remove)
- Updated send modal flow with advance configurations βοΈ
- Update swap transactions appearance in the historical list. Swap will be detected, delivered amount calculated, and overall success is displayed in the list
- Sent amounts will now apear as "blue" π text, received amounts will appear as "green" π
- Light user metric-tracking to help better improve the product in future releases. Only recording publically accessible information found on the XRP Ledger
- Shortcut dropdown features fixed, now in-app themes can be changed within the shortcut dropdown
- Settings page revisited, and sync-with-state bugs fixed.
- Refactored state migration process. Added 'migration error' dialogue if there is any problems with the migration, giving users to option to wipe existing data
- π Add encrypt/decrypt methods which uses the wallet keychain to encryption arbitary payloads or messages (limited to AES algorithm for now)
- Add payload dialogue if network is unstable, or if there is an error with the parsing. This will allow the user to refetch, or cancel the incoming request
- Updated signin logic. If a user selects a nodes which is not currently active, we will automatically switch the user to the new network. This is to prevent users from mistaking the network during sign request.
- Fixed security settings bugs
- Improved dapps image fetching. Added spinner animation when the favicons are loading. Refactored the "add new" dapp logic for smoother image fetching.
- Stability and performance improvements
- Update favicon with revised logo π’
Migration Steps
There is no migration required for this release.
Google
Crossmark Wallet - Chrome Web Store
A self-custodial wallet in your browser. Send, receive, create value with ease. | Learn more at https://crossmark.io
Feel free to share this channel with anyone that would be interested! --> @crossmark_wallet
We also created a crossmark chat for open discussion --> @crossmark_wallet_chat
We also created a crossmark chat for open discussion --> @crossmark_wallet_chat
π8π1
Welcome everyone from the Galxe campaign!
Leading up to the campaign, we have made a few notable updates. We hope you enjoy!
New Version: Crossmark@0.2.19
Chrome: Live
Link: https://chromewebstore.google.com/detail/crossmark-wallet/canipghmckojpianfgiklhbgpfmhjkjg
---
Firefox: Live
Link: https://addons.mozilla.org/en-US/firefox/addon/crossmark/
---
Version Release Changes
- Patched state synchonization with background script. Fix to stabilize state changes not properly mounting.
Migration Steps
There is no migration required for this release.
---
Version: Crossmark@0.2.18
Version Release Changes
- Patched database synchonization, now better migration practices and add sync with existing wallets that have been added to the extension
- Revised some of the dialogue UI, for more clarity and appeal. Move startup dialogue handles to separate manager component
- Update version number detection. Old method was pulling version number using a chrome api which is unnecessary and unstable
- Update green and blue amount colors for better clarify against white backdrops
- Change popup to index.html page (old was popup.html) to prevent bug on window resize
- Remove "Message" from encrypt and decrypt payload windows
- Fixed AccountSet modal handle existing settings
Migration Steps
There is no migration required for this release.
Leading up to the campaign, we have made a few notable updates. We hope you enjoy!
New Version: Crossmark@0.2.19
Chrome: Live
Link: https://chromewebstore.google.com/detail/crossmark-wallet/canipghmckojpianfgiklhbgpfmhjkjg
---
Firefox: Live
Link: https://addons.mozilla.org/en-US/firefox/addon/crossmark/
---
Version Release Changes
- Patched state synchonization with background script. Fix to stabilize state changes not properly mounting.
Migration Steps
There is no migration required for this release.
---
Version: Crossmark@0.2.18
Version Release Changes
- Patched database synchonization, now better migration practices and add sync with existing wallets that have been added to the extension
- Revised some of the dialogue UI, for more clarity and appeal. Move startup dialogue handles to separate manager component
- Update version number detection. Old method was pulling version number using a chrome api which is unnecessary and unstable
- Update green and blue amount colors for better clarify against white backdrops
- Change popup to index.html page (old was popup.html) to prevent bug on window resize
- Remove "Message" from encrypt and decrypt payload windows
- Fixed AccountSet modal handle existing settings
Migration Steps
There is no migration required for this release.
πββοΈπββοΈAre you new to the XRP Ledger? Here is a little bit of information about reserves.
Reserves: All accounts on the XRP Ledger require a minimum balance of XRP in order to use the account. This is referred to as a Reserve. The implementation of reserves is to prevent spam, bloat, and maltransactions on the network. For an account to be considered "activated", a minimum of 10 XRP needs to be in possession of the account before you can being sending payments, or interacting with the network.
π½ You can read more information about reserves here.
https://xrpl.org/docs/concepts/accounts/reserves/#owner-reserves
Reserves: All accounts on the XRP Ledger require a minimum balance of XRP in order to use the account. This is referred to as a Reserve. The implementation of reserves is to prevent spam, bloat, and maltransactions on the network. For an account to be considered "activated", a minimum of 10 XRP needs to be in possession of the account before you can being sending payments, or interacting with the network.
π½ You can read more information about reserves here.
https://xrpl.org/docs/concepts/accounts/reserves/#owner-reserves
xrpl.org
Reserves
XRP Ledger accounts require a reserve of XRP to reduce spam in ledger data.
ππ We are proud to announce our new onramping solution!
For those with new accounts on the XRP Ledger..
You can now fund all your Crossmark accounts using our onramp dapp. Special thanks for our initial partners - Topper, Btc Direct, and c14
Try it today βΆοΈ https://onramp.crossmark.io
For those with new accounts on the XRP Ledger..
You can now fund all your Crossmark accounts using our onramp dapp. Special thanks for our initial partners - Topper, Btc Direct, and c14
Try it today βΆοΈ https://onramp.crossmark.io
And the story continues.. Chapter 2 - Download Crossmark wallet to claim rewards for the quest!
We are honored to be a foundational piece in the second chapter of the Galxe campaign. The mission is to onboard the next billion users onto blockchain π - and that starts with the XRP Ledger {X} + Crossmark Wallet π’
πParticipation in this quest is a MUST! All of the subsequent quests, or chapters, will utilize Crossmark Wallet and the XRP Ledger.
Start your mission today βΆοΈ https://app.galxe.com/quest/xrpledger/GCqVNtkjSQ
#XMARK #GALXE #XRPCommunity #XRPL #XRPLedger
We are honored to be a foundational piece in the second chapter of the Galxe campaign. The mission is to onboard the next billion users onto blockchain π - and that starts with the XRP Ledger {X} + Crossmark Wallet π’
πParticipation in this quest is a MUST! All of the subsequent quests, or chapters, will utilize Crossmark Wallet and the XRP Ledger.
Start your mission today βΆοΈ https://app.galxe.com/quest/xrpledger/GCqVNtkjSQ
#XMARK #GALXE #XRPCommunity #XRPL #XRPLedger
Galxe
Chapter 2: Download Crossmark wallet to claim rewards for the quest! by XRP Ledger | Galxe Quest
Join Chapter 2: Download Crossmark wallet to claim rewards for the quest! by XRP Ledger on Galxe. Earn rewards to enhance your web3 presence and reputation.
β€9
Have some free time and want to learn more about the {X} XRP Ledger?
π΄ Our new Quest w/
@GalxeQuest
is now LIVE!
Donβt miss your chance to collect XRP rewards + claim your free NFT! Simply, download Crossmark Wallet and bind a new XRPL address to your Galxe ID!
---
Quest βΆοΈ https://app.galxe.com/quest/xrpledger/GCqVNtkjSQ
Download Now βΆοΈ http://app.crossmark.io
Explore On-ramping Options βΆοΈ http://onramp.crossmark.io
---
#XMARK #GALXE #XRPCommunity #XRPL #XRPLedger
π΄ Our new Quest w/
@GalxeQuest
is now LIVE!
Donβt miss your chance to collect XRP rewards + claim your free NFT! Simply, download Crossmark Wallet and bind a new XRPL address to your Galxe ID!
---
Quest βΆοΈ https://app.galxe.com/quest/xrpledger/GCqVNtkjSQ
Download Now βΆοΈ http://app.crossmark.io
Explore On-ramping Options βΆοΈ http://onramp.crossmark.io
---
#XMARK #GALXE #XRPCommunity #XRPL #XRPLedger
π1
---
βοΈ Need support?
Join our discord and open a support ticket ποΈ for assistance.
http://Discord.crossmark.io
Remember to share:
1. Browser type (ie. chrome)
2. Version number (ie. v0.0.0)
3. Screenshots
...and anything else that may help us, help you. π»
βοΈ Need support?
Join our discord and open a support ticket ποΈ for assistance.
http://Discord.crossmark.io
Remember to share:
1. Browser type (ie. chrome)
2. Version number (ie. v0.0.0)
3. Screenshots
...and anything else that may help us, help you. π»
Discord
Join the CROSSMARK Discord Server!
Check out the CROSSMARK community on Discord - hang out with 2781 other members and enjoy free voice and text chat.
β€11
π New Quest available for the XRP Ledger w/
@GalxeQuest
βΆοΈ https://app.galxe.com/quest/xrpledger/GCqVNtkjSQ
Crossmark Wallet π’ is the #1 browser wallet on the {X} XRP Ledger, Ready for Payment πΈ
Download Crossmark Wallet and bind your XRPL address to your Galxe ID to claim NFTs β and XRP rewards πͺ at the end of the quest!
---
Quest Available βΆοΈ https://app.galxe.com/quest/xrpledger/GCqVNtkjSQ
Download Now βΆοΈ http://app.crossmark.io
Explore On-ramping Options βΆοΈ http://onramp.crossmark.io
---
#XMARK #GALXE #XRPCommunity #XRPL #XRPLedger
@GalxeQuest
βΆοΈ https://app.galxe.com/quest/xrpledger/GCqVNtkjSQ
Crossmark Wallet π’ is the #1 browser wallet on the {X} XRP Ledger, Ready for Payment πΈ
Download Crossmark Wallet and bind your XRPL address to your Galxe ID to claim NFTs β and XRP rewards πͺ at the end of the quest!
---
Quest Available βΆοΈ https://app.galxe.com/quest/xrpledger/GCqVNtkjSQ
Download Now βΆοΈ http://app.crossmark.io
Explore On-ramping Options βΆοΈ http://onramp.crossmark.io
---
#XMARK #GALXE #XRPCommunity #XRPL #XRPLedger
π33