akash-network / awesome-akash

Awesome List of Akash Deployment Examples
Apache License 2.0
306 stars 220 forks source link

addded config for wanchain #390

Open atomstaker opened 1 year ago

atomstaker commented 1 year ago

Wanchain drives blockchain adoption through crosschain interoperability by building fully decentralised direct bridges that connect the world’s many siloed blockchain networks

port wanchain pos chain to akash cloud

Dimokus88 commented 1 year ago

the lines in deploy.yml look redundant

    args:
      - 'apt-get update ;
        apt-get upgrade -y ;
        apt-get install vim -y ;
        sleep infinity'

the container must start with the default entrypoint, or with the arguments from deploy:

      - "chmod +x /wanchain/start.sh && /wanchain/start.sh " 

however, the start.sh script looks unfinished image so at the moment the deployment is not working

there is also a lack of adding information to README.md

atomstaker commented 1 year ago

the script is changed for start a wan RPC node and added content in readme file

atomstaker commented 1 year ago

added docker file and content for readme modified deploy config please check it thanks

andy108369 commented 1 year ago

@Dimokus88 please check

Dimokus88 commented 1 year ago

@atomstaker You are using theforestjqg/rpc:imgwannoderpc custom image, you need to add it to your Dockerfile for security reasons.

atomstaker commented 1 year ago

changed Dockerfile ,please check it

Dimokus88 commented 7 months ago

wow, truly lost PR =D

Hey @atomstaker ! You can add information (link) about your template to README.md in the root directory, repository awesome-akash?

Dimokus88 commented 6 months ago

Hey @atomstaker ! You can edit info?