Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rkmonarch/5ire-funds


https://github.com/rkmonarch/5ire-funds

5ire 5irechain monetization onchainid

Last synced: about 2 months ago
JSON representation

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.