- For the purpose of developing Aries digital identity agent
- At least one green test suite as a starting point
- Facilated cloud development on faster server machines with better network
- Shared development resources (prebuilt containers)
- Ubuntu 24.04 LTS
- Linux 6.8.0-1012-aws
apt-get update
apt-get dist-upgrade
reboot
add accounts with public key access
Install Visual Code Server on the EC2 instance:
sudo snap install --classic code
Create tunnel:
code tunnel
Follow instructions to login to Github and vscode.dev
Install Microsoft extension remote tunnel in Visual Studio Code
- Remote-Tunnels: Open Remote Tunnel
- Login github
- Select created tunnel
- Create workspace
- Clone bcgov/von-network and
- Clone hyperledger/aries-agent-test-harness
bcgov/von-network:
./manage build
hyperledger/aries-agent-test-harness:
test suite:
./manage rebuild -a acapy-main
run:
./manage runset acapy-aip20 acapy-main
mobile wallet test suite (interactive tests with mobile wallet, such as BC Wallet):
./manage build -a mobile -a acapy-main