Skip to content

Commit afadc89

Browse files
author
Peter Pratscher
committedFeb 7, 2020
Add frontend scaffolding
Improve indexer
1 parent cc3fc7c commit afadc89

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+49045
-42
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
bin/
33
clean.sql
44
coda-node-data/
5-
coda-postgres-data/
5+
coda-postgres-data/
6+
modd.conf

‎README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@ The explorer is built using golang and utilizes a PostgreSQL database for storin
5454

5555
We currently do not provide any pre-built binaries of the explorer. Docker images are available at https://hub.docker.com/repository/docker/gobitfly/coda-explorer.
5656

57-
- Download the latest version of the coda client and start it with the `-archive-rocksdb` flag set in addition to the currently recommended set of flags
57+
- Download the latest version of the coda client and start it with the `-archive` flag set in addition to the currently recommended set of flags
5858
- Wait till the client finishes the initial sync
5959
- Setup a PostgreSQL DB and import the `schema.sql` file from the root of this repository
6060
- Install go version 1.13 or higher
6161
- Clone the repository and run `make all` to build the indexer and front-end binaries
62-
- Copy the config-example.yml file an adapt it to your environment
63-
- Start the explorer binary and pass the path to the config file as argument
64-
- To build bootstrap run `npm run --prefix ./bootstrap dist-css` in project folder.
62+
- Start the explorer binary and pass the path to the config file as argument

0 commit comments

Comments
 (0)
Please sign in to comment.