We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
Add a feature to manage Archethic apps feature flags directly on chain Create a new service on AEApp keychain to manage the configuration
{ "applications": [ { "applicationCode": "aeWallet", "features": { "ios": { "featureA": true, "featureB": false, "featureC": true }, "macos": { "featureA": true, "featureB": false, "featureC": false }, "web": { "featureA": true, "featureB": false, "featureD": true }, "android": { "featureA": false, "featureC": true, "featureD": true } } }, { "applicationCode": "anotherApp", "features": { "ios": { "featureA": false, "featureB": true, "featureC": false }, "android": { "featureA": true, "featureC": false, "featureD": true } } } ] }
The text was updated successfully, but these errors were encountered:
mainnet address: 0000cf5e09b68d4d873e6cade7b4a951ea2eeadc148ce346120dfc96cf5879448d8c testnet address: 000052BA03493517C72F56960F2218873E710689EA5D702CF3BC28E84A8A4F79C78A
0000cf5e09b68d4d873e6cade7b4a951ea2eeadc148ce346120dfc96cf5879448d8c
000052BA03493517C72F56960F2218873E710689EA5D702CF3BC28E84A8A4F79C78A
Sorry, something went wrong.
Move this commit to this project: archethic-foundation/archethic-wallet@35761b7
No branches or pull requests
Is your feature request related to a problem?
No response
Describe the solution you'd like
Add a feature to manage Archethic apps feature flags directly on chain
Create a new service on AEApp keychain to manage the configuration
Additional context
No response
Epic
No response
The text was updated successfully, but these errors were encountered: