A repository for the Pointer's "Solid Solidity" project.
During the project, the following tasks have been accomplished:
- Deploy a custom contract (Etherscan link)
- Build and deploy a dedicated website (Website link)
- Install project dependencies:
yarn
- Copy the
.env.example
file as.env
and provide values for the first two fields. - Execute the deployment script:
npx hardhat run scripts/deploy.js --network rinkeby
- Add the contract address to the
.env
file.
- Start the application in development mode:
yarn dev
- Generate the production build of the application:
yarn build
- Using the web server of your preference, publish the contents of the generated
build
directory.