# Akash testnet3 week2 task7

By [AirdropWorld](https://paragraph.com/@airdropworld) · 2022-03-16

---

任务操作
====

SDL

    ---
    version: "2.0"
    
    services:
      terrad:
        image: ericet/terrad:0.1
        expose:
          - port: 26657
            as: 26657
            to:
              - global: true
    profiles:
      compute:
        terrad-profile:
          resources:
            cpu:
              units: 2.0
            memory:
              size: 16Gi
            storage:
              size: 128Gi
      placement:
        westcoast:
          pricing:
            terrad-profile:
              denom: uakt
              amount: 1000
    deployment:
      terrad:
        westcoast:
          profile: terrad-profile
          count: 1
    

到 [https://gist.github.com/](https://gist.github.com/cracker8090/95647d52516c467608a64ee6ede88d73) 去提交对于文件

部署成功后，先在[kashlytics](https://www.akashlytics.com/) 的app上找到 Forward Port，点击其中一个，得到链接点开，所有链接中包含status的链接再点开，得到需要的json，提交任务需要。

浏览器查看自己的txhash

[https://testnet.akash.bigdipper.live/](https://testnet.akash.bigdipper.live/)

任务细节
====

[https://docs.google.com/spreadsheets/d/1LxSD7r\_0Sl9akeQtD5y8dFgwD\_sgIY7Xsb7h4d1FK4A/edit#gid=0](https://docs.google.com/spreadsheets/d/1LxSD7r_0Sl9akeQtD5y8dFgwD_sgIY7Xsb7h4d1FK4A/edit#gid=0)

参考
==

ericet的镜像和SDL

[https://mirror.xyz/ericet.eth/m2lOPiWPnHDi6zLaV56vMOjg-zkaXe5ubBUyXWOquiQ](https://mirror.xyz/ericet.eth/m2lOPiWPnHDi6zLaV56vMOjg-zkaXe5ubBUyXWOquiQ)

---

*Originally published on [AirdropWorld](https://paragraph.com/@airdropworld/akash-testnet3-week2-task7)*
