backme

A Patreon-style application built on Lens Protocol

APACHE-2.0 License

Stars
11

This is an EVM Kit project bootstrapped with npx evmkit create.

Getting Started

Open the project in Visual Studio Code. The repository comes with a set of recommended extensions for building web3 apps; when you open the project, VS Code will prompt you to install them. For the best IDE experience, it's recommended to install these extensions.

application

# 1. Install dependencies
yarn

# 2. Start the application
yarn dev

You'll now be able to view your application at http://localhost:3000.

Learn More

To learn more about EVM Kit, take a look at the documentation.

Related Projects