Skip to content

madis/web3-cljs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors