Go to file
Felipe Mendes 8b88cf2881
feat: UI metamask integration (#41)
* feat: add redux and metamask slice

* refactor: move from metamask to generic wallet using ethers

* feat: add wallet button base

* feat: add getContract function and mint functionality

* refactor: move functions to ethereum file

* feat: wallet menus and disconnect function

* refactor: Ethereum object typings

* feat: add FleekERC721 contract interaction abstraction

* refactor: remove token detail fetch mock using

* refactor: add ethereum mint function to mint site component

* feat: add wallet initialize

* wip: add signature for lastTokenId function

* feat: integrate list of tokens

* refactor: mint params construct

* fix: global window.ethereum type definition

* fix: remove console log

* fix: remove todo comment

* fix: list view items displaying
2022-12-20 14:24:41 -03:00
.github/workflows chore: add test workflow (#19) 2022-12-16 17:51:54 -03:00
.husky chore: precommit hooks (#18) 2022-12-16 14:57:49 -03:00
contracts add function headers for accesscontrole.sol 2022-12-20 18:17:43 +03:30
deploy feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
deployments/mumbai chore: precommit hooks (#18) 2022-12-16 14:57:49 -03:00
lib feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
scripts chore: precommit hooks (#18) 2022-12-16 14:57:49 -03:00
test feat: UI metamask integration (#41) 2022-12-20 14:24:41 -03:00
ui feat: UI metamask integration (#41) 2022-12-20 14:24:41 -03:00
.env.example feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
.gitignore feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
.gitmodules feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
.prettierrc chore: precommit hooks (#18) 2022-12-16 14:57:49 -03:00
LICENSE Initial commit 2022-09-27 16:57:59 -03:00
foundry.toml feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
hardhat.config.ts feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
package.json chore: precommit hooks (#18) 2022-12-16 14:57:49 -03:00
remappings.txt feat: fleek erc721 (#5) 2022-12-12 16:56:17 -03:00
yarn.lock chore: merge develop 2022-12-20 08:34:40 -03:00