SPORK is a fork of the WETH contract, used as a one-way vending machine where you can swap an EVM chain's native asset for the SPORK contract's ERC20 token. The native asset is forwarded on to a recipient address that is settable by Owner.
git clone https://github.com/austintgriffith/scaffold-eth.git your-next-dapp
cd your-next-dapp
yarn install
yarn start
in a second terminal window:
yarn chain
in a third terminal window:
yarn deploy
You can deploy your static site and your dapp can go live:
yarn run build
# ship it!
yarn run surge
OR
yarn run s3
OR
yarn run ipfs