Skip to content
 
 

Repository files navigation

Most important files

The main.tsx file contains the logic for the main website. The cart.jsx file contains the logic to interact with the smart contract using ethers.js. The smartContracts folder contains the payments.sol file which is the smart contract that contains the logic on which the latienda site runs.

defiber/
├── src/
     |--app
│        ├── main.tsx
│        └── cart.jsx
├── smartContracts/
│   ├── payments.sol
│   └── abis

Getting Started

After cloning and installing the dependencies, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

About

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages