abuvanth / chainweb-relay-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kadena Chain Relay Frontend

https://relay.chainweb.com

Deployment

  1. ssh into ubuntu machine and pull the latest commit
ssh ubuntu@relay.chainweb.com
cd chainweb-relay-frontend
sudo git pull
  1. Change the branch to main and build for mainnet
git checkout main
npm run build
  1. Change the branch to testnet and build for testnet
git checkout testnet
npm run build:testnet
  1. Update the server
sudo nginx -s reload

The mainnet build will be served at https://relay.chainweb.com and testnet build will be served at https://relay.chainweb.com/testnet Confirm that each link serves the correct version.

About

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 96.6%Language:CSS 1.8%Language:HTML 1.2%Language:SCSS 0.4%