The app shows the current spot prices of 5 precious metals. It supports manual and automatic refresh.
Currrently, deployed to the Permaweb.
If you'd like me to add more features, open a feature request issue.
- Clone the repo:
git clone https://github.com/TravelingTechGuy/arweave-spot.git
. cd arweave-spot && yarn install
. (If you don't useyarn
,npm install
would do).yarn start
(ornpm start
) to start serving on localhost.
- Make sure you have
arweave-deploy
installed (npm install -g arweave-deploy
). yarn build
(ornpm run build
) to build the app.arweave deploy build/index.html --key-file path/to/arweave-key.json --package
.- Read the official Arweave deploy documentation for more options and troubleshooting.
The data is taken from a service I wrote, and deployed to Netlify. I'll maintain it for the forseeable future. If not, a different service can easily be substituted in.
AR address: c7xt-ZuDJak17bJSkCr56r9kpGyZUkY3CRhY0uVB0dU
ETH address: 0x08c05f41D2Bb4c8E840dfac4C0aBFA7A6524B94C
BAT: use the Brave browser to send a tip
MIT.