https://github.com/madvas/clojurescript-ethereum-example
Tutorial App
https://github.com/madvas/clojurescript-ethereum-example
Last synced: 9 months ago
JSON representation
Tutorial App
- Host: GitHub
- URL: https://github.com/madvas/clojurescript-ethereum-example
- Owner: madvas
- Created: 2016-10-02T22:36:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T13:34:34.000Z (over 7 years ago)
- Last Synced: 2025-03-18T00:38:58.030Z (9 months ago)
- Language: Clojure
- Homepage: https://clojurescript-ethereum-example.herokuapp.com/
- Size: 61.5 KB
- Stars: 61
- Watchers: 5
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clojure Ethereum Example
This is source code for tutorials:
* [How to create decentralised apps with Clojurescript re-frame and Ethereum](https://medium.com/@matus.lestan/how-to-create-decentralised-apps-with-clojurescript-re-frame-and-ethereum-81de24d72ff5#.nvfyq27lb)
* [How to deploy Clojurescript app into distributed storage IPFS](https://medium.com/@matus.lestan/how-to-deploy-clojurescript-app-into-distributed-storage-ipfs-e9d02cdfbc20#.ax3ra84bz)
Deployed at:
* https://clojurescript-ethereum-example.herokuapp.com/
* https://ipfs.io/ipns/QmXj5vKEKSU4kkjGnWq9ZJeG4xrkacDugme4iXz6qtvPgN/
## Start App
Start Solidity auto compiling
```
lein auto compile-solidity
```
Start less compiling
```
lein less4j auto
```
Start App
```
lein repl
```
```clojure
(clojurescript-ethereum-example.core/-main)
(figwheel-sidecar.repl-api/start-figwheel! (figwheel-sidecar.config/fetch-config))
(figwheel-sidecar.repl-api/cljs-repl)
```
Open at http://localhost:6655/