Commit Graph

24 Commits

Author SHA1 Message Date
EmperorOrokuSaki 6f9fb74fee Remove fleekbuilds.sol & update erc721 with a fix 2022-11-30 19:56:46 +03:30
EmperorOrokuSaki 8286b71c84 Fix errors and make the contract environment ready for compiling. 2022-11-30 16:56:28 +03:30
zoruka c9578c88fd fix: sintax wise issues for compilation 2022-11-29 11:59:19 -03:00
zoruka 7891068b9a feat: add token controller control functions 2022-11-28 15:49:38 -03:00
Felipe Mendes e07d6852ab refactor: FleekERC721 2022-11-28 15:36:26 -03:00
zoruka 2c4c5ed59f wip: FleekERC721 contract 2022-11-28 09:50:45 -03:00
zoruka 3f37d82aca wip: refactor on current nft contract 2022-11-24 14:11:42 -03:00
Felipe Mendes 3a316a6fea
feat: add fleek site nft interfaces and implementation (#2)
* feat: add fleek site nft interfaces and implementation

* refactor: rename contracts and interfaces

* refactor: replace FleekAccessControl with AccessControl from open zeppelin

* refactor: split structure in public variables

* feat: add Fleek and FleekSite constructors

* refactor: remove getMetadata functions
2022-11-24 09:19:45 -03:00
Felipe Mendes 80a0ae98c1
refactor: repo structure (#1)
* chore: update .gitignore folders and add testing script

* feat: sites nft interface

* refactor: implement interface in the contract file

* chore: apply code formatting
2022-11-23 09:09:39 -03:00
miguelToscano f3c49a4261 added access control layer over nft updates 2022-11-10 00:15:56 -03:00
miguelToscano 570f0124a3 updated updateMethod 2022-11-09 15:01:33 -03:00
miguelToscano 334f520331 Added update method 2022-11-03 01:57:09 -03:00
miguelToscano 20b5833785 removed comment 2022-10-12 20:56:37 -03:00
miguelToscano 9d40d9d807 renamed mint param 2022-10-12 20:50:52 -03:00
miguelToscano 388e31c81c removed console log 2022-10-12 16:38:40 -03:00
miguelToscano 5eccdf550d fixed overriden baseURI method 2022-10-12 16:37:46 -03:00
miguelToscano 9ef259d559 fixed minting permissions and added tests 2022-10-12 16:20:30 -03:00
miguelToscano 5a5b6dd695 fixed 2022-10-11 16:03:05 -03:00
miguelToscano e5b64ef8e6 added return statement 2022-10-11 16:02:35 -03:00
miguelToscano a872fe50f6 added tests 2022-10-11 15:32:05 -03:00
miguelToscano a5381f2d72 finished contract 2022-10-11 14:54:52 -03:00
miguelToscano c31c466ce9 added base token uri 2022-10-05 20:09:37 -03:00
miguelToscano 0d7d03c09c Hardhat project creation 2022-09-27 17:03:28 -03:00
miguelToscano 1544de857d
Initial commit 2022-09-27 16:57:59 -03:00