Skip to content

muskansubnani/Rentable_Pets_SmartContract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rentable Pet Smart Contract

About The Project

Implementation of ERC4907 to mint rentable pets.

Technology Stack & Tools

  • Solidity (Writing Smart Contracts & Tests)
  • Javascript (Testing)
  • Truffle (Development Framework)

Prerequisites

To engage with the smart contract you will need the following :

Setting Up

  • Clone/Download the repository
  • Install dependencies in truffle and client folder

    npm install

  • Truffle([https://www.trufflesuite.com/truffle] (https://www.trufflesuite.com/truffle))

    npm install truffle

  • Run tests

    $ truffle test

  • Start local Ganache Node

    In a separate terminal execute run the following command : Ganache

  • Deploy script locally

    Inside truffle folder run the following command

    • $ truffle console --network development
    • $ truffle compile
    • $ truffle migrate

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published