Skip to content

Emmanuel-umeh/NFT-minter-boilerplate

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Celo React Boilerplate

-----------------------------------------------------

👇 Getting Started

To get this project up running locally, follow these simple example steps.

Prerequisites

You will need node and yarn installed.

Installation

Step-by-step guide to running this Celo React boilerplate locally;

  1. Clone the repo

2. Install NPM packages

yarn install

or

npm install
  1. Run your application

    yarn start

    or

    npm run start

Smart-Contract-Deployment

Step-by-step guide to redeploying smart contract using your address to enable you interact with it.

  1. Update the contracts/MyContract.sol file with your smart contract

  2. Compile the smart contract

    npm run compile
  3. Run tests on smart contract

    npm run test-contract
  4. Update env file

  • Create a file in the root directory called ".env"
  • Create a key called MNEMONIC and paste in your mnemonic key. e.g
    MNEMONIC=asdasd adeew grege egegs nbrebe fwf vwefwf wvwvwv wevw vbtbtr wcvd
  1. Deploy the smart contract

     npm run deploy

    This command will update the src/contract files with the deployed smart contract ABI and contract address

  2. Run the project

     npm run start

(back to top)

-----------------------------------------------------

✍️ Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

-----------------------------------------------------

👮‍♂️ License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

-----------------------------------------------------

📱 Contact

Visit us at - Dacade

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published