Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ What if Reddit threads could be fully monetized? With the power of Ethereum, we
The goals of MintingPress are simple:
1. Foster collaboration among like minded individuals
2. Compensate authors fairly based on the magnitude and timing of their contributions
3. Preserve and even augment the creative process
3. Preserve and augment the creative process

Happy Minting!

Expand All @@ -22,7 +22,7 @@ Clone this repo. From directory `MintingPress`:
- `npx hardhat node` to set up a blockchain on localhost network, and create accounts with balances
- `npx hardhat run --network localhost scripts/deploy.js` to deploy the smart contracts to ^ blockchain
- copy paste smart contract addresses from ^ into `src/constants.js`
- `npm start` to run the react app
- `npm install` if required, followed by `npm start` to run the react app

## Additional functionality
- `npx hardhat console` to open up a CLI with the smart contracts
Expand Down
Loading