Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rkmonarch/5ire-funds
https://github.com/rkmonarch/5ire-funds
5ire 5irechain monetization onchainid
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rkmonarch/5ire-funds
- Owner: rkmonarch
- Created: 2023-04-12T14:17:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-14T17:20:08.000Z (over 1 year ago)
- Last Synced: 2024-10-12T01:32:53.367Z (2 months ago)
- Topics: 5ire, 5irechain, monetization, onchainid
- Language: TypeScript
- Homepage: https://5ire-funds.vercel.app
- Size: 969 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 5ire-Funds
Introducing 5ire-funds, a web3 platform that allows you to store your data in a decentralized manner and conduct peer-to-peer transactions without any platform fees! Say goodbye to high transaction fees and not having control over your data.🛠️ Create your own on-chain profile for free, you need to pay minimal transaction fees to store your data on 5ire Chain.
🔗 Share your profile and receive payments directly in your wallet, without royalty!
🔒 With 5ire-funds, you have complete control over your data, and it's stored on the blockchain, making it more secure and tamper-proof.
## Prerequisites
Every user must have Metamask wallet to interact with this product. Checkout how to create Metamask wallet from [here](https://polygon.technology/blog/getting-started-with-metamask-on-polygon). To use this lauchpad, kindly add the 5ire network from [here](https://docs.5ire.org/docs/how-to-build-on-5ireChain/EVMCompatability).
Follow the instructions for local environment: The user must have Node.js and npm to run this platform. Just download Node.js from [here](https://nodejs.org/en/download/).
### Setup Instructions
Clone the repo via CLI:
```sh
git clone https://github.com/rkmonarch/5ire-funds
cd 5ire-funds
```Install the required packages:
```sh
npm install
yarn install #or
```In the project directory, you can run:
```sh
npm run dev
yarn dev #or
```- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.