Skip to content

Gavin-Ramos/defiber

 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.9%
  • JavaScript 11.9%
  • Solidity 6.2%
  • MDX 2.0%