- git clone https://github.com/mylilius/skale-pow-deployment
- cd skale-pow-deployment
- Run
npm install
- Run
cp .env.example .env
- Fill the .env (Environment Variable File) with the proper values
This is your SKALE Chain Deployer Private Key
- DEPLOYER_PRIVATE_KEY=abcd... This is the RPC URL of your SKALE Chain
- RPC_URL=https://...
You can either deploy through npm scripts or bash scripts.
Run npm run deploy:pow
Run chmod +x ./deploy_pow.sh && ./deploy_pow.sh