Skip to content

Sample starter app for Web3 development (CLJS, Web3, Solidity, Clojure, Ethereum, IPFS, HTTP REST)

Notifications You must be signed in to change notification settings

extrasaucestudio/web3-cljs-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REPL

Start REPL with

npx shadow-cljs clj-repl

Then depending if you want to work on the front-end or back-end, use:

; For UI development (the app must be open in a browser window to have the JS runtime to connect to)
(shadow/repl :dev-ui)

; For back-end development
(shadow/repl :dev-server)

About

Sample starter app for Web3 development (CLJS, Web3, Solidity, Clojure, Ethereum, IPFS, HTTP REST)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 69.8%
  • HTML 30.2%