Skip to content

Using truffle, ganache and solidity to deploy a contract on goerli then tailwind/react to create a template for NFT minting portal.

Notifications You must be signed in to change notification settings

coupled-logic/react-nft-stack

Repository files navigation

<<<<<<< HEAD

react-nft-stack

Using truffle, ganache and solidity to deploy a contract on goerli then tailwind/react to create a template for NFT minting portal.

Truffle-React Dapp Starter Kit

Speedily develope your decentralized application with this starter kit for free!

Follow the steps below to download, install, and run this project.

Dependencies

Install these prerequisites to follow along with the tutorial. See free video tutorial or a full explanation of each prerequisite.

Step 1. Clone the project

git clone https://github.com/Daltonic/truffle-starter-kit.git <PROJECT NAME>

Step 2. Install dependencies

$ cd <PROJECT NAME>
$ yarn install # or npm install

Step 3. Start Ganache

Open the Ganache GUI client that you downloaded and installed. This will start your local blockchain instance. See free video tutorial for full explanation.

Step 4. Compile & Deploy Election Smart Contract

$ truffle migrate --reset Migrate your smart contract each time your restart ganache.

Step 5. Run the Front End Application

$ yarn start Visit this URL in your browser: http://localhost:3000

80b10e5 (adds a readme file and .env)

About

Using truffle, ganache and solidity to deploy a contract on goerli then tailwind/react to create a template for NFT minting portal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published