Skip to content

johanpham2711/smart-contract

Repository files navigation

Smart contract project

How to deploy smart contract to testnet and run locally?

This project have 3 main part:

1. Smart contract


    // Install package needed
    yarn

    // Deploy to testnet by hardhat script
    yarn deploy:testnet

    // Verify contract by hardhat script
    yarn verify:testnet

2. Backend

    // Move directory to backend folder
    cd backend

    // Install package needed
    yarn

    // Run backend server locally
    yarn start:dev

3. Frontend

    // Move directory to frontend folder
    cd frontend

    // Install package needed
    yarn

    // Run frontend server locally
    yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published