Skip to content

Commit 92e4dee

Browse files
initial commit
1 parent a20a013 commit 92e4dee

3 files changed

Lines changed: 18 additions & 14 deletions

File tree

src/BlockEstate.sol

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
SPDX license indentifier: MIT
2+
pragma solidity ^0.8.0;
3+
4+
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol"
5+
import "@openzeppelin/contracts/access/Accesscontrol.sol";
6+
7+
8+
contract BlockEstate is ERC721URIStorage ,Accesscontrol {
9+
10+
11+
12+
}
13+

src/Counter.sol

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/Escrow.sol

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
//SPDX license-identifier: MIT
2+
3+
pragma solidity ^0.8.0;
4+
5+
import op

0 commit comments

Comments
 (0)