Block explorer for 2ACoin CryptoNote based cryptocurrency.
- It takes data from daemon 2ACoind. It should be accessible from the Internet. Run 2ACcoind with open port as follows:
./2ACoind --enable-cors="*" --enable_blockexplorer --rpc-bind-ip=0.0.0.0
- Just upload the contents of this git to your website and change 'api' variable in config.js to point to your daemon.
Much of this code is derived from;
- the TurtleCoin/TurtleCoin-Blockchain-Explorer
- the Karbovanets/Karbowanec-Blockchain-Explorer
Released under the GNU General Public License v3