Skip to content

quentin72000/akash-avail-node-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Avail Node Template

This is a template to start a JSON-RPC node on the Avail Network.

Personalization

You can change the node name at line 21 in deploy.yaml. This name will be used to identify your node on the Telemetry Dashboard.

Testing

To check the node status, you can run the following command:

curl --location "http://[providerHostname]:[forwarded port of 9944]/"     --header 'Content-Type: application/json'     --data '{"id":"1", "jsonrpc":"2.0", "method": "system_health"}'

Make sure to replace [providerHostname] with the hostname of the provider and [forwarded port of 9944] with the port which is forwarded to the provider's 9944 port.

About

An Akash template file to deploy an Avail Node easily !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published