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.
 
 
 
 
 
 
Alexis Hernandez 83b2cf7fa7 server: Fix the sentry package properties 6 years ago
..
app server: Reuse the paginated query on the BlockPostgresDAO 6 years ago
conf server: Fix the sentry package properties 6 years ago
project server: Integrated sbt-errors-plugin 6 years ago
test server: Allow to get paginated blocks from the BlockDataHandler 6 years ago
.gitignore server: Create the project with a .gitignore 7 years ago
README.md server: Update README.md 6 years ago
build.sbt server: Set up sentry-logback 6 years ago

README.md

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.