# ⚡ Examples This folder contains examples of code samples that you can run autonomously. Create a [new issue](https://github.com/aeternity/aepp-sdk-js/issues/new) to suggest another example. ## Wallet connection ### Connect to a wallet - [æpp](browser/aepp) (VueJS) ### Build a wallet - [iframe-based Wallet](browser/wallet-iframe) (VueJS) - [Wallet WebExtension](browser/wallet-web-extension) ## NodeJS 1. [Contract interaction](node/contract-interaction.js) 2. [Transfer AE](node/transfer-ae.js) 3. [Paying for spend tx](node/paying-for-spend-tx.js) 4. [Paying for contract call tx](node/paying-for-contract-call-tx.js) 5. [Dry-run using debug endpoint](node/dry-run-using-debug-endpoint.js) 6. [Oracle](node/oracle.js)