Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niinpatel/arweave-url-shortener
URL Shortening website that uses the Arweave Blockchain as backend.
https://github.com/niinpatel/arweave-url-shortener
arweave-blockchain hackathon-project url-shortener
Last synced: about 2 months ago
JSON representation
URL Shortening website that uses the Arweave Blockchain as backend.
- Host: GitHub
- URL: https://github.com/niinpatel/arweave-url-shortener
- Owner: niinpatel
- Created: 2019-06-10T11:46:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:49:16.000Z (about 2 years ago)
- Last Synced: 2024-08-03T23:03:35.714Z (5 months ago)
- Topics: arweave-blockchain, hackathon-project, url-shortener
- Language: JavaScript
- Homepage:
- Size: 4.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-arweave - arweave-url-shortener - URL Shortening website that uses the Arweave Blockchain as backend. (Tools ⚙️)
README
# Arweave-URL-Shortener
URL Shortening website that uses the [Arweave Blockchain](https://www.arweave.org/) as backend.
This application was made as a submission to this [Open Web Hackathon hosted on Gitcoin](https://gitcoin.co/issue/ArweaveTeam/Bounties/1/2929).
Deployed at: https://arweave.net/5S2y6AKvqZot6AxE-bs3oq0j1Dp3ywYadeeigzAdqE8
Here's a simple demo:
![!](arweave-url-shortener-preview.gif)
## Setting up locally
This app was made using create-react-app. To run it locally, run `npm install` and then `npm start`
To deploy, you need to create a production build using `npm run build` and follow [the instructions to deploy on arweave network](https://docs.arweave.org/developers/tools/arweave-deploy).