Go to file
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
contracts feat: add fleek site nft interfaces and implementation (#2) 2022-11-24 09:19:45 -03:00
interfaces feat: add fleek site nft interfaces and implementation (#2) 2022-11-24 09:19:45 -03:00
scripts refactor: repo structure (#1) 2022-11-23 09:09:39 -03:00
test refactor: repo structure (#1) 2022-11-23 09:09:39 -03:00
.gitignore refactor: repo structure (#1) 2022-11-23 09:09:39 -03:00
.prettierrc refactor: repo structure (#1) 2022-11-23 09:09:39 -03:00
LICENSE Initial commit 2022-09-27 16:57:59 -03:00
hardhat.config.js refactor: repo structure (#1) 2022-11-23 09:09:39 -03:00
package.json refactor: repo structure (#1) 2022-11-23 09:09:39 -03:00
yarn.lock refactor: repo structure (#1) 2022-11-23 09:09:39 -03:00