Skip to content

bartosjiri/pointer-solidity-keyboards

 
 

Repository files navigation

Pointer: Solid Solidity

A repository for the Pointer's "Solid Solidity" project.

Debriefing

During the project, the following tasks have been accomplished:


Requirements

Development

Blockchain scripts

  1. Install project dependencies:
    yarn
    
  2. Copy the .env.example file as .env and provide values for the first two fields.
  3. Execute the deployment script:
    npx hardhat run scripts/deploy.js --network rinkeby
    
  4. Add the contract address to the .env file.

Frontend client

  1. Start the application in development mode:
    yarn dev
    

Deployment

  1. Generate the production build of the application:
    yarn build
    
  2. Using the web server of your preference, publish the contents of the generated build directory.

Resources

Languages

  • JavaScript 92.5%
  • Solidity 6.8%
  • Other 0.7%