Delta Options is a decentralized finance (DeFi) project that implements options trading on the blockchain.
contracts/
: Smart contracts for the Delta Options protocolDeltaOption.sol
: Main contract implementing the options protocol
src/
: Frontend React application for interacting with the contractsscripts/
: Build and deployment scriptsconfig/
: Configuration files
# Install contract dependencies
cd contracts && npm install
# Compile contracts
npx hardhat compile
# Run contract tests
npx hardhat test
# Install dependencies
npm install
# or
yarn install
# Start development server
npm start
# or
yarn start
# Build for production
npm run build
# or
yarn build
- Smart Contracts: Solidity, Hardhat
- Frontend: React, TypeScript, Material UI
- Blockchain Connectivity: ethers.js, web3modal
See the LICENSE file for license rights and limitations.