You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
581 B

7 years ago
# XSN Block Explorer - Server
## Run
1. We need the xsn rpc server running, download the latest one from [xsn releases](https://github.com/X9Developers/XSN/releases), then, start the rpc server with: `bin/xsnd -txindex -rpcport=51473 -rpcuser=dummy -rpcpassword=replaceme`
7 years ago
2. Edit the [application.conf](server/conf/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.
3. Run the application with: `sbt run`
7 years ago
## Test
Run the `sbt test` command to execute the tests.