A community-curated registry of marketplaces on the district0x Network.
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