Get started
Superhero Wallet Install and Setup
1. Install Superhero Wallet
Go to the Superhero Wallet site https://wallet.superhero.com/
Download the browser extension for Chrome or Firefox and install it.
2. Create and Set Up Your Wallet
Open the extension or go to the Superhero Web Wallet.
Click “Create Wallet.” Save your backup phrase securely.
Set up a strong password.
3. Get Free Testnet Tokens
Go to the æternity Testnet Faucet https://faucet.aepps.com/ (select "Testnet").
Paste your wallet address and click to receive free AE testnet tokens.
4. Connect Wallet to the Developer Dashboard
Visit the æScan Developer Dashboard https://testnet.aescan.io/
Click “Connect Wallet” (typically top right).
Select “Superhero Wallet.” Approve the connection in the pop-up.
Start Building
Local development envionment tool: https://github.com/aeternity/aeproject
Sophia smart contract language data types, syntax and features: https://docs.aeternity.com/aeternity-developer-tools/protocol/core-protocol-components/smart-contracts/smart-contract-languages/markdown/in-depth-overview
Sophia examples: https://github.com/aeternity/aepp-sophia-examples
---
Explorer: https://aescan.io/
SDK interaction: https://github.com/aeternity/aepp-sdk-js/blob/develop/examples/node/contract-interaction.js
Inspiration from SDK tests that would help in boosting the SDK interaction: https://github.com/aeternity/aepp-sdk-js/tree/develop/test/integration
---
SDK guide to for AEPP to Superhero wallet interaction: https://sdk.aeternity.io/latest/guides/connect-aepp-to-wallet/
