Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 567 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 567 Bytes

District Registry

A community-curated registry of marketplaces on the district0x Network.

Development

Compile contracts (assumes you have solc installed):

lein solc

Auto compile contracts on changes:

lein solc auto

Start server:

ganache-cli -p 8549
lein repl
(start-server!)
node dev-server/district-registry.js
# Redeploy all smart contracts
(district-registry.server.dev/redeploy)

Start UI:

lein repl
(start-ui!)
# go to http://localhost:4177/

Start tests:

ganache-cli -p 8549
lein test-dev