8000 GitHub - linmiss/delta-options: Dex options
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

linmiss/delta-options

Repository files navigation

Delta Options

Delta Options is a decentralized finance (DeFi) project that implements options trading on the blockchain.

Project Structure

  • contracts/: Smart contracts for the Delta Options protocol
    • DeltaOption.sol: Main contract implementing the options protocol
  • src/: Frontend React application for interacting with the contracts
  • scripts/: Build and deployment scripts
  • config/: Configuration files

Setup & Installation

Smart Contracts

# Install contract dependencies
cd contracts && npm install

# Compile contracts
npx hardhat compile

# Run contract tests
npx hardhat test

Frontend Application

# Install dependencies
npm install
# or
yarn install

# Start development server
npm start
# or
yarn start

# Build for production
npm run build
# or
yarn build

Technologies

  • Smart Contracts: Solidity, Hardhat
  • Frontend: React, TypeScript, Material UI
  • Blockchain Connectivity: ethers.js, web3modal

License

See the LICENSE file for license rights and limitations.

About

Dex options

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0