https://github.com/dr-lab1/labyrinthenft
Ce projet est en construction pour être présenté comme Travail de Fin de Cycle
https://github.com/dr-lab1/labyrinthenft
blockchain ethereum ganache-cli metamask nft nft-marketplace nfts reactjs smart-contracts tailwind-css truffle
Last synced: 3 months ago
JSON representation
Ce projet est en construction pour être présenté comme Travail de Fin de Cycle
- Host: GitHub
- URL: https://github.com/dr-lab1/labyrinthenft
- Owner: Dr-Lab1
- Created: 2023-03-19T18:11:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T08:30:19.000Z (almost 3 years ago)
- Last Synced: 2025-07-23T05:43:45.694Z (11 months ago)
- Topics: blockchain, ethereum, ganache-cli, metamask, nft, nft-marketplace, nfts, reactjs, smart-contracts, tailwind-css, truffle
- Language: JavaScript
- Homepage:
- Size: 75.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kit de démarrage Truffle-Tailwind-React Web3
Développez rapidement votre application décentralisée avec ce kit de démarrage gratuit !
Suivez les étapes ci-dessous pour télécharger, installer et exécuter ce projet.
## Dépendances
Installer des prérequis
- NPM: https://nodejs.org
- Truffle: https://github.com/trufflesuite/truffle
- Ganache-CLI: https://docs.nethereum.com/en/latest/ethereum-and-clients/ganache-cli/
- Tailwind CSS: https://tailwindcss.com/
## Etape 1. Clôner le prototype de devéllopement du projet chez Daltonic
`git clone https://github.com/Daltonic/tailwind_truffle_starter_kit `
## Etape 2. Installer les dépendances
```sh
$ cd
$ yarn install # or npm install
```
## Etape 3. Demarrer Ganache-CLI
Ouvre le terminal puis exécute la commande ci-dessous.
```sh
$ ganache-cli
```
## Etape 4. Compiler & Deployer un Contrat Intelligent
`$ truffle migrate --reset`
Migrez votre contrat intelligent à chaque redémarrage de votre ganache.
## Etape 5. Exécuter le Front End de l'application
`$ yarn start`
Visitez cette URL dans le navigateur : http://localhost:3000
.....