- Announcements
- System Status
- Changelog
Branded Wallets e.g. Metamask
Embedded Wallets
- Banxa
React Issues
Wallet Issues
Solved Issues
Wallets
Fiat Onboarding
Troubleshooting
Go Live Checklist
- Review the general settings and apply the correct ones for your project.
- Review the security settings and make sure your CORS is set up correctly for your live deployment.
There are two versions of the Dynamic SDK, one which automatically loads helpers for every chain, and one which is more modular so you can only import what you need. Often itâs easier to get started with the default SDK, but before you go live, in order to optimise your bundle size, itâs worth switching to the modular version. You can find lots of information about the differences and how to switch in the SDK concept section.
Multi Wallet allows users to connect and handle multiple wallets at once, and is a great UX boost for end users. Consider turning it on after reviewing the multi-wallet support section.
Make sure youâre capturing all the user information you need via Information capture.
Make sure to choose the right Dynamic plan for your needs. - All features are free on sandbox, but if youâre using any advanced features youâll need to upgrade to a paid plan.
Multi Wallet allows users to connect and handle multiple wallets at once, and is a great UX boost for end users. Consider turning it on after reviewing the multi-wallet support section.
Make sure youâre capturing all the user information you need via Information capture.
Make sure to choose the right Dynamic plan for your needs. - All features are free on sandbox, but if youâre using any advanced features youâll need to upgrade to a paid plan.
There are two different modes to operate Dynamic in: Sandbox and Live. You can learn more about them here. To switch to live mode, youâll need to do so in the Dynamic dashboard. Remember that the environment ID differs between sanbox and live, so make sure to also update that in your own code.
We test all the time, but itâs also worth you running through your implementation from a few different angles, here are some common testing cases that might be useful to double check:
- Cross device
- Embedded wallets (if you are using)
- Transactions
- New vs existing user flow
Let us know how itâs going! Drop a line to hello@dynamic.xyz or join Slack - if you like, we can give your implementation a test and offer advice. Weâll also check that your implementation is ready for launch.