Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 391 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 391 Bytes

Worlde ! 📖

The Worlde ! is a simple app that lets you profit from solving wordles (if you get them right !).

1. Install Dependencies

npm install

2. Deploy the Contract

Build the contract and deploy it in a testnet account

npm run deploy

3. Start the Frontend

Start the web application to interact with your smart contract

npm start