SCORE (Smart Contract) address: cx3d3711258240fb4a00b940f9167da8d07ca050e1
Make sure you have Node.js and the Heroku CLI installed.
$ git clone https://github.com/penandlim/IconStory.git # or clone your own fork
$ cd IconStory
$ npm install
$ npm start
Your .env file should contain these settings.
URL=ICON_MAINNET_URL
SCORE=SCORE_ADDRESS
consumer_key=TWITTER_CONSUMER_KEY
consumer_secret=TWITTER_SECRET_KEY
access_token=TWITTER_ACCESS_TOKEN_KEY
access_token_secret=TWITTER_ACCESS_TOKEN_SECRET_KEY
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open
or
For more information about SCORE, ICON network, and ICX, you can refer to these documents below.