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
7791646b60
|
7 years ago | |
---|---|---|
.. | ||
app | 7 years ago | |
conf | 7 years ago | |
project | 7 years ago | |
test | 7 years ago | |
.gitignore | 7 years ago | |
README.md | 7 years ago | |
build.sbt | 7 years ago |
README.md
XSN Block Explorer - Server
Run
-
We need the xsn rpc server running, download the latest one from xsn releases, then, start the rpc server with:
bin/xsnd -txindex -addressindex -spentindex -rpcport=51473 -rpcuser=dummy -rpcpassword=replaceme
-
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.
- Run the application with:
sbt run
Test
Run the sbt test
command to execute the tests.