Timmycoin Blockchain explorer
explorer blockchain for nex.js
export NODE=http://timmy-1.timmycoin.net:1303
npm run dev
change the settings in this file (next.config.js) to your own.
publicRuntimeConfig: {
name: 'Timmycoin',
title: 'Timmycoin Explorer',
favicon: '/static/favicon.png',
logo: '/static/images/logo.svg',
symbol: 'TMY',
coinUnits: 100000000,
walletUrl: 'https://wallet.timmycoin.net',
githubUrl: 'https://github.com/tmycoin/explorer'
}
We use Nextd for production. I need a nextd.json file for this.
nextd --deploy