Skip to content

Latest commit

 

History

History
 
 

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

XSN Block Explorer - Server

Run

  1. We need the xsn rpc server running, download the latest one from xsn releases, then, start the rpc server with: bin/xsnd -txindex -rpcport=51473 -rpcuser=dummy -rpcpassword=replaceme

  2. Edit the application.conf.

  • In case you modified the parameters to start the xsn rpc server, update the credentials.

  • Set the credentials to access a postgres database.

  1. Run the application with: sbt run

Test

Run the sbt test command to execute the tests.