# learn_sol **Repository Path**: humaohua/learn ## Basic Information - **Project Name**: learn_sol - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-30 - **Last Updated**: 2021-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README https://docs.openzeppelin.com/learn/deploying-and-interacting $ npx hardhat run --network localhost scripts/deploy.js Deploying Box... Box deployed to: 0x5FbDB2315678afecb367f032d93F642f64180aa3 $ npx hardhat console --network localhost > const Box = await ethers.getContractFactory("Box") undefined > const box = await Box.attach("0x5FbDB2315678afecb367f032d93F642f64180aa3") undefined