auryn-macmillan / scaffold-eth

πŸ— forkable Ethereum dev stack focused on fast product iterations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPORK

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.


quickstart

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

πŸ›³ Ship it!

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

About

πŸ— forkable Ethereum dev stack focused on fast product iterations


Languages

Language:JavaScript 65.3%Language:Solidity 25.4%Language:Shell 5.8%Language:Dockerfile 1.6%Language:HTML 1.2%Language:TypeScript 0.6%Language:CSS 0.1%