This connect-two-aepp example project has been created to showcase the aeternity SDK implementation for both Base/Wallet Aepps and "regular" Aepps "depending" on a base (Wallet/Identity/Base) Aepp.
If you are trying these examples after checking out the entire Aepp-SDK repo (this repo), you want to first run npm install, from the repo root, to get all the SDK dependecies installed, and only then, move to individual apps (point nr. 1 and point nr. 2) installations.
The Base/Wallet/Identity Aepp example project shows how you can create a simple Aeternity Wallet Aepp.
The Sample Aepp project shows how you can create a simple Aeternity Aepp, dependent on a wallet/base aepp, in this case: offering the possibility to work with contracts.
- Start the Base/Wallet/Identity Aepp, which will start on port
9000 - Start the Aepp, which will start on port
9001 - Visit
localhost:9000to see the Base/Wallet/Idendity Aepp (nr. 1), with the generic Aepp (nr. 2) included in it through an iFrame.