<<<<<<< HEAD
Using truffle, ganache and solidity to deploy a contract on goerli then tailwind/react to create a template for NFT minting portal.
Speedily develope your decentralized application with this starter kit for free!
Follow the steps below to download, install, and run this project.
Install these prerequisites to follow along with the tutorial. See free video tutorial or a full explanation of each prerequisite.
- NPM: https://nodejs.org
- Truffle: https://github.com/trufflesuite/truffle
- Ganache: http://truffleframework.com/ganache/
git clone https://github.com/Daltonic/truffle-starter-kit.git <PROJECT NAME>
$ cd <PROJECT NAME>
$ yarn install # or npm install
Open the Ganache GUI client that you downloaded and installed. This will start your local blockchain instance. See free video tutorial for full explanation.
$ truffle migrate --reset
Migrate your smart contract each time your restart ganache.
$ yarn start
Visit this URL in your browser: http://localhost:3000
80b10e5 (adds a readme file and .env)