A place to share skale sample applications
We assume you already installed Node.js and skale to run those examples.
First clone locally this repository
git clone https://github.com/skale-me/skale-examples.git
Then navigate to one of the example folders and install dependencies
cd skale-examples/wordcount
npm install
Finally, run the sample app
skale run
Compute the number of occurence of each word of james joyce's Ulysse.
Compute pi by throwing darts on the unit circle.