-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refacto assets management , turbo and scss
- Loading branch information
Showing
26 changed files
with
1,461 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule forge-deploy-lite
updated
26 files
+0 −3 | .gitignore | |
+14 −0 | addresses.json | |
+8 −6 | package.json | |
+6 −4 | script/DeployAll.s.sol | |
+0 −21 | script/DeployCounter.s.sol | |
+0 −23 | script/DeployImmutable.s.sol | |
+32 −0 | script/deploy/DeployComplex.s.sol | |
+15 −0 | script/deploy/DeployCounter.s.sol | |
+15 −0 | script/deploy/DeployImmutable.s.sol | |
+60 −18 | src/DeployLite.s.sol | |
+0 −0 | src/DeployLiteRWJson.s.sol | |
+0 −0 | src/DeployLiteUtils.s.sol | |
+12 −0 | src/examples/Complex.sol | |
+1 −1 | src/examples/Counter.sol | |
+1 −1 | src/examples/CounterBis.sol | |
+0 −0 | src/examples/HowMany.sol | |
+0 −0 | src/examples/HowManyBis.sol | |
+1 −1 | src/examples/Immutable.sol | |
+0 −0 | src/interfaces/IDeployLite.sol | |
+0 −0 | src/interfaces/IDeployLiteRWJson.sol | |
+0 −0 | src/interfaces/IDeployLiteUtils.sol | |
+0 −0 | src/lib/LibString.sol | |
+2 −2 | test/Bytecode.t.sol | |
+9 −6 | test/DeployedCode.t.sol | |
+1 −1 | test/ReadWrite.t.sol | |
+2 −2 | test/ReadWriteJson.t.sol |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
node_modules | ||
.env* | ||
.env* | ||
web/dapp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,197 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Kredeum dapp</title> | ||
<meta name="description" content="The decentralized NFT platform" /> | ||
<link rel="stylesheet" href="assets/css/front.css" /> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> | ||
<link rel="manifest" href="/site.webmanifest" /> | ||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" /> | ||
<meta name="msapplication-TileColor" content="#da532c" /> | ||
<meta name="theme-color" content="#ffffff"/> | ||
</head> | ||
|
||
<body> | ||
<div id="kredeum-dapp"> | ||
<div id="kredeum-nfts"> | ||
<nav class="nav-krd" role="navigation"> | ||
<div class="logo"><img src="assets/images/logo-kredeum.svg" alt="Logo Kredeum" /></div> | ||
|
||
<div class="menu"> | ||
<input id="burger" type="checkbox" /> | ||
|
||
<label for="burger"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</label> | ||
|
||
<div class="nav"> | ||
<ul> | ||
<li class="active"> | ||
<a href=""><i class="fas fa-columns"></i></a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<a class="discord-link" href="https://discord.gg/Vz5AyU2Nfx" target="_blank" title="Discord Kredem"><i class="fas fa-discord"></i></a> | ||
</nav> | ||
|
||
<main class="main-krd" role="main"> | ||
<section class="content"> | ||
<header> | ||
<h1>My NFT wallet</h1> | ||
<a href="#create" class="btn btn-default" title="Create"><i class="fas fa-plus fa-left"></i>Create</a> | ||
|
||
<div class="row alignbottom"> | ||
<div class="col col-xs-12 col-sm-3"> | ||
<span class="label" | ||
>Connect <a class="info-button" href="" target="_blank"><i class="fas fa-info-circle"></i></a | ||
></span> | ||
<a href="" class="btn btn-light btn-metamask" title="Connect to Metamask">Connect to Metamask</a> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<div class="card-krd"> | ||
<p>No NFTs ✌️</p> | ||
</div> | ||
</section> | ||
</main> | ||
|
||
<!-- Modal create --> | ||
<div id="create" class="modal-window"> | ||
<div> | ||
<div class="modal-content"> | ||
<a href="#" title="Close" class="modal-close"><i class="fa fa-times"></i></a> | ||
|
||
<div class="modal-body"> | ||
<div class="titre"><i class="fas fa-plus fa-left c-green"></i>What do you want to do ?</div> | ||
|
||
<div class="txtcenter"> | ||
<a href="#create-nft" class="btn btn-default" title="Create NFT">Create NFT</a> | ||
<span class="or">Or</span> | ||
<a href="#add-collection" class="btn btn-second" title="Add a new collection">Add a new collection</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Modal create NFT --> | ||
<div id="create-nft" class="modal-window"> | ||
<div> | ||
<div class="modal-content"> | ||
<a href="#" title="Close" class="modal-close"><i class="fa fa-times"></i></a> | ||
|
||
<div class="modal-body"> | ||
<div class="titre"><i class="fas fa-plus fa-left c-green"></i>Create NFT</div> | ||
|
||
<form method="POST" action="" enctype="multipart/form-data"> | ||
<div class="section"> | ||
<div class="box-file"><input type="file" id="file" name="file" /></div> | ||
<div class="media media-photo mt-20"><img src="https://picsum.photos/130" /></div> | ||
</div> | ||
|
||
<div class="section"> | ||
<span class="label label-big">Media type</span> | ||
<div class="box-fields"> | ||
<input class="box-field" id="create-type-video" name="media-type" type="checkbox" value="Video" /> | ||
<label class="field" for="create-type-video"><i class="fas fa-play"></i>Video</label> | ||
|
||
<input class="box-field" id="create-type-picture" name="media-type" type="checkbox" value="Picture" /> | ||
<label class="field" for="create-type-picture"><i class="fas fa-image"></i>Picture</label> | ||
|
||
<input class="box-field" id="create-type-texte" name="media-type" type="checkbox" value="Texte" /> | ||
<label class="field" for="create-type-texte"><i class="fas fa-file-alt"></i>Texte</label> | ||
|
||
<input class="box-field" id="create-type-music" name="media-type" type="checkbox" value="Music" /> | ||
<label class="field" for="create-type-music"><i class="fas fa-music"></i>Music</label> | ||
|
||
<input class="box-field" id="create-type-web" name="media-type" type="checkbox" value="Web" /> | ||
<label class="field" for="create-type-web"><i class="fas fa-code"></i>Web</label> | ||
</div> | ||
</div> | ||
|
||
<div class="section"> | ||
<span class="label label-big">Add to an existing collection ?</span> | ||
<div> | ||
<select class="custom"> | ||
<option selected value="0">Collection 0</option> | ||
<option value="1">Collection 1</option> | ||
<option value="2">Collection 2</option> | ||
<option value="3">Collection 3</option> | ||
</select> | ||
</div> | ||
</div> | ||
|
||
<div class="txtright"> | ||
<button class="btn btn-default btn-sell" type="submit">Add file</button> | ||
</div> | ||
</form> | ||
|
||
<div class="titre"><i class="fas fa-spinner fa-left c-green refresh"></i>Minting NFT</div> | ||
<div class="media media-photo"><img src="https://picsum.photos/130" /></div> | ||
<ul class="steps process"> | ||
<li class="complete"> | ||
<div class="flex"><span class="label">Image ipfs cid</span></div> | ||
<div class="flex"><a class="link" href="" target="_blank">bakrefile…tghekjele</a></div> | ||
</li> | ||
<li class="complete"> | ||
<div class="flex"><span class="label">Metadata ipfs cid</span></div> | ||
<div class="flex"><a class="link" href="" target="_blank">bakrefile…tghekjele</a></div> | ||
</li> | ||
<li class="complete"> | ||
<div class="flex"><span class="label">Transaction</span></div> | ||
<div class="flex"><a class="link" href="" target="_blank">0x2435…4536</a></div> | ||
</li> | ||
<li> | ||
<div class="flex"><span class="label">Token ID</span></div> | ||
<div class="flex"><span class="t-light">It may take one minute more</span><i class="fas fa-spinner fa-right c-green refresh"></i></div> | ||
</li> | ||
<li> | ||
<div class="flex"><span class="label">NFT</span></div> | ||
<div class="flex"><span class="t-light">It may take one minute more</span><i class="fas fa-spinner fa-right c-green refresh"></i></div> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Modal add collection --> | ||
<div id="add-collection" class="modal-window"> | ||
<div> | ||
<div class="modal-content"> | ||
<a href="#" title="Close" class="modal-close"><i class="fa fa-times"></i></a> | ||
|
||
<div class="modal-body"> | ||
<div class="titre"><i class="fas fa-plus fa-left c-green"></i>Name your collection</div> | ||
|
||
<form method="POST" action="" enctype="multipart/form-data"> | ||
<div class="section"> | ||
<div class="form-field"> | ||
<input type="text" id="collection" name="collection" placeholder="My collection" /> | ||
</div> | ||
</div> | ||
|
||
<div class="txtright"> | ||
<button class="btn btn-default btn-sell" type="submit">Create</button> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script type="text/javascript" src="./assets/js/front.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.