Skip to content

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

License

Notifications You must be signed in to change notification settings

georgerobescu/district-registry

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 60.1%
  • Solidity 39.5%
  • HTML 0.4%