Keya-Moradi /
Cryptopunk
This repository contains two on-chain data projects: Solana (NEW): Pump.fun Launch Radar + Rug-Risk Scanner & Ethereum (Legacy): The Graph subgraph for CryptoPunksMarket
38/100 healthLoading repository data…
webspaceiq / repository
This repository contains the core smart contracts of the Fedha V1 protocol.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Fedha is a decentralized finance (DeFi) platform that allows users to exhange, borrow, lend, and earn interest on a variety of digital assets.
Fedha is the Swahili word for money. Swahili is the most widely spoken language in Africa.
You can clone this repo:
git clone https://github.com/webspaceiq/fedha-v1-core.git
The following assumes the use of node@>=10.
npm install
npm run compile
npm run test
You can install @webspaceiq/fedha-v1-core as an NPM package in your solidity project to import the contracts and interfaces:
npm install @webspaceiq/fedha-v1-core
Import at Solidity files:
import {ITreasury} from "@webspaceiq/fedha-v1-core/contracts/interfaces/ITreasury.sol";
contract GetLit {
function mint(address user, uint256 amount) public {
ITreasury(treasury).mint(user, amount);
}
}
The JSON artifacts with the ABI and Bytecode are also included in the bundled NPM package at artifacts/ directory.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the MIT License. See LICENSE.md for more information.
Edward Banfa - @ebanfa
Fedha - @FedhaDefi
Selected from shared topics, language and repository description—not editorial ratings.
Keya-Moradi /
This repository contains two on-chain data projects: Solana (NEW): Pump.fun Launch Radar + Rug-Risk Scanner & Ethereum (Legacy): The Graph subgraph for CryptoPunksMarket
38/100 health