├── .gitbook.yaml ├── .gitignore ├── LICENSE ├── README.md ├── SUMMARY.md ├── assets ├── faq.md ├── new-asset.md ├── pr-fee.md ├── repository_details.md ├── requirements.md └── universal_asset_id.md ├── barz-smart-wallet ├── barz-smart-wallet.md ├── build-with-trust-wallet-and-barz-aa-sdk.md ├── cutting-diamonds-how-to-make-accounts-awesome.md ├── introducing-barz-trustwallet-smart-wallet-solution.md └── security-monitoring-system-liability-statement.md ├── dapps ├── debugging.md ├── listing-guide.md └── mobile-optimize.md ├── develop-for-trust ├── browser-extension │ ├── browser-extension.md │ └── evm.md ├── deeplinking │ └── deeplinking.md ├── develop-for-trust.md └── mobile │ └── mobile.md ├── index.md ├── media ├── add-recovery-facet.png ├── android-dapp-emulator.png ├── android-install-apk-emulator.png ├── assetapp.png ├── barz-deployment-initialization-flow.png ├── barz-diagram.png ├── barz-storage-management.png ├── barz-userop-validation-flow.png ├── bsc-abi.gif ├── bsc-twt.png ├── conventional-proxy-pattern.png ├── diamond-louper-dev.png ├── diamond-proxy-pattern.png ├── edge-inspect.png ├── edge-inspect2.png ├── facet-registry.png ├── gitassetapp.png ├── github-packages-token.png ├── js-eth-sign-console.png ├── js-eth-sign.png ├── louper-barz.png ├── sourcetrail-screenshot.png ├── staking-steps.png ├── tw-aa-sdk.png ├── wallet-core-banner.png └── wallet-core.png └── wallet-core ├── android-guide.md ├── building.md ├── contributing.md ├── coverage.md ├── faq.md ├── integration-guide.md ├── ios-guide.md ├── newblockchain.md ├── newevmchain.md ├── releasing.md ├── rpc-requirements.md ├── server-side.md ├── wallet-core-usage.md ├── wallet-core.md └── walletconsole.md /.gitbook.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/.gitbook.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /assets/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/assets/faq.md -------------------------------------------------------------------------------- /assets/new-asset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/assets/new-asset.md -------------------------------------------------------------------------------- /assets/pr-fee.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/assets/pr-fee.md -------------------------------------------------------------------------------- /assets/repository_details.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/assets/repository_details.md -------------------------------------------------------------------------------- /assets/requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/assets/requirements.md -------------------------------------------------------------------------------- /assets/universal_asset_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/assets/universal_asset_id.md -------------------------------------------------------------------------------- /barz-smart-wallet/barz-smart-wallet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/barz-smart-wallet/barz-smart-wallet.md -------------------------------------------------------------------------------- /barz-smart-wallet/build-with-trust-wallet-and-barz-aa-sdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/barz-smart-wallet/build-with-trust-wallet-and-barz-aa-sdk.md -------------------------------------------------------------------------------- /barz-smart-wallet/cutting-diamonds-how-to-make-accounts-awesome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/barz-smart-wallet/cutting-diamonds-how-to-make-accounts-awesome.md -------------------------------------------------------------------------------- /barz-smart-wallet/introducing-barz-trustwallet-smart-wallet-solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/barz-smart-wallet/introducing-barz-trustwallet-smart-wallet-solution.md -------------------------------------------------------------------------------- /barz-smart-wallet/security-monitoring-system-liability-statement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/barz-smart-wallet/security-monitoring-system-liability-statement.md -------------------------------------------------------------------------------- /dapps/debugging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/dapps/debugging.md -------------------------------------------------------------------------------- /dapps/listing-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/dapps/listing-guide.md -------------------------------------------------------------------------------- /dapps/mobile-optimize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/dapps/mobile-optimize.md -------------------------------------------------------------------------------- /develop-for-trust/browser-extension/browser-extension.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/develop-for-trust/browser-extension/browser-extension.md -------------------------------------------------------------------------------- /develop-for-trust/browser-extension/evm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/develop-for-trust/browser-extension/evm.md -------------------------------------------------------------------------------- /develop-for-trust/deeplinking/deeplinking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/develop-for-trust/deeplinking/deeplinking.md -------------------------------------------------------------------------------- /develop-for-trust/develop-for-trust.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/develop-for-trust/develop-for-trust.md -------------------------------------------------------------------------------- /develop-for-trust/mobile/mobile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/develop-for-trust/mobile/mobile.md -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/index.md -------------------------------------------------------------------------------- /media/add-recovery-facet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/add-recovery-facet.png -------------------------------------------------------------------------------- /media/android-dapp-emulator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/android-dapp-emulator.png -------------------------------------------------------------------------------- /media/android-install-apk-emulator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/android-install-apk-emulator.png -------------------------------------------------------------------------------- /media/assetapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/assetapp.png -------------------------------------------------------------------------------- /media/barz-deployment-initialization-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/barz-deployment-initialization-flow.png -------------------------------------------------------------------------------- /media/barz-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/barz-diagram.png -------------------------------------------------------------------------------- /media/barz-storage-management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/barz-storage-management.png -------------------------------------------------------------------------------- /media/barz-userop-validation-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/barz-userop-validation-flow.png -------------------------------------------------------------------------------- /media/bsc-abi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/bsc-abi.gif -------------------------------------------------------------------------------- /media/bsc-twt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/bsc-twt.png -------------------------------------------------------------------------------- /media/conventional-proxy-pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/conventional-proxy-pattern.png -------------------------------------------------------------------------------- /media/diamond-louper-dev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/diamond-louper-dev.png -------------------------------------------------------------------------------- /media/diamond-proxy-pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/diamond-proxy-pattern.png -------------------------------------------------------------------------------- /media/edge-inspect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/edge-inspect.png -------------------------------------------------------------------------------- /media/edge-inspect2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/edge-inspect2.png -------------------------------------------------------------------------------- /media/facet-registry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/facet-registry.png -------------------------------------------------------------------------------- /media/gitassetapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/gitassetapp.png -------------------------------------------------------------------------------- /media/github-packages-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/github-packages-token.png -------------------------------------------------------------------------------- /media/js-eth-sign-console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/js-eth-sign-console.png -------------------------------------------------------------------------------- /media/js-eth-sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/js-eth-sign.png -------------------------------------------------------------------------------- /media/louper-barz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/louper-barz.png -------------------------------------------------------------------------------- /media/sourcetrail-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/sourcetrail-screenshot.png -------------------------------------------------------------------------------- /media/staking-steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/staking-steps.png -------------------------------------------------------------------------------- /media/tw-aa-sdk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/tw-aa-sdk.png -------------------------------------------------------------------------------- /media/wallet-core-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/wallet-core-banner.png -------------------------------------------------------------------------------- /media/wallet-core.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/media/wallet-core.png -------------------------------------------------------------------------------- /wallet-core/android-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/wallet-core/android-guide.md -------------------------------------------------------------------------------- /wallet-core/building.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/wallet-core/building.md -------------------------------------------------------------------------------- /wallet-core/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/wallet-core/contributing.md -------------------------------------------------------------------------------- /wallet-core/coverage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/wallet-core/coverage.md -------------------------------------------------------------------------------- /wallet-core/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/wallet-core/faq.md -------------------------------------------------------------------------------- /wallet-core/integration-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/wallet-core/integration-guide.md -------------------------------------------------------------------------------- /wallet-core/ios-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/wallet-core/ios-guide.md -------------------------------------------------------------------------------- /wallet-core/newblockchain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/wallet-core/newblockchain.md -------------------------------------------------------------------------------- /wallet-core/newevmchain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/wallet-core/newevmchain.md -------------------------------------------------------------------------------- /wallet-core/releasing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/wallet-core/releasing.md -------------------------------------------------------------------------------- /wallet-core/rpc-requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/wallet-core/rpc-requirements.md -------------------------------------------------------------------------------- /wallet-core/server-side.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/wallet-core/server-side.md -------------------------------------------------------------------------------- /wallet-core/wallet-core-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/wallet-core/wallet-core-usage.md -------------------------------------------------------------------------------- /wallet-core/wallet-core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/wallet-core/wallet-core.md -------------------------------------------------------------------------------- /wallet-core/walletconsole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trustwallet/developer/HEAD/wallet-core/walletconsole.md --------------------------------------------------------------------------------