Skip to content

Commit

Permalink
Merge pull request #9 from lets-fucking-game/dev
Browse files Browse the repository at this point in the history
UPdate README an d deploy new contracts to others chains (testnets).
  • Loading branch information
0xGeegZ authored Mar 7, 2023
2 parents 290fe90 + 70469ba commit 84fadb3
Show file tree
Hide file tree
Showing 173 changed files with 46,651 additions and 67 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ FANTOM Hackathon Q1 2023 version Release accessible [HERE](https://github.com/le
- **MulticallV3 contracts [0xdAfD0A4BDf6fe4590a9770e904e8d88575C04280](https://testnet.ftmscan.com/address/0xdAfD0A4BDf6fe4590a9770e904e8d88575C04280#code)** :
Utility smart contract that enables batched read-only calls to multiple functions in one transaction, reducing gas costs and improving efficiency. It allows users to retrieve the results of multiple function calls with a single contract call.

👉 More infos about our Smart Contracts Architecture :
[![Contracts Class Diagram](./packages/hardhat/classDiagram.svg)](./packages/hardhat/classDiagram.svg, "Contracts Class Diagram")

## Inspiration

LFG was inspired by the need for transparency and fairness in online contests. We recognized that many contests on social media platforms were often fake or rigged, leaving participants with no chance of winning. By leveraging the power of decentralization, we wanted to create a platform that could offer a more secure and trustworthy way for people to participate in online contests.
Expand Down Expand Up @@ -117,8 +120,6 @@ This help us to create a well structured project with a good potential of scalab
- We store on chain the strict minimum of data to keep all the data on chain
- Serverless architecture for an easy deployment and scalability

[👉 Check our Smart Contract Code Coverage](https://htmlpreview.github.io/?https://github.com/lets-fucking-game/lets-fucking-game-v2/blob/dev/packages/hardhat/coverage/index.html)

## Challenges we ran into

During the development of LFG, we encountered several challenges that required careful attention and problem-solving skills.
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp/src/components/Menu/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const config: (
supportChainIds: SUPPORT_GAMES_TEST,
},
{
label: t('My Created giveaways'),
label: t('My Created Giveaways'),
disabled: true,
href: '/giveaways/my-giveaways',
supportChainIds: SUPPORT_GAMES_TEST,
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp/src/config/internal/internal.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
import type * as src from "./src";
export type { src };
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
import type * as v04 from "./v0.4";
export type { v04 };
import type * as v08 from "./v0.8";
export type { v08 };
Loading

1 comment on commit 84fadb3

@vercel
Copy link

@vercel vercel bot commented on 84fadb3 Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.