Auto deploys approved apps in a world
A JSON file that contains an array of apps that will be deployed to the world. The app must be using the correct version of the PixeLAW core (otherwise it will be ignored by the auto deployer).
Make a pull request to this repository, and follow the following format to add your app into the approvedApps.json.
{
"name": "put the name of your app here",
"git-repository": "add the git repo url here",
"contracts-directory": "path to your contracts directory relative to the root folder",
"scripts": [
"list the custom scripts needed to initialize your app",
"do not include initialize and upload_manifest"
]
}
To run the deployer, simply run the following:
bash deploy.sh