Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 945 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 945 Bytes

Evidentia Bond-Backed Stablecoin Platform

Evidentia Bond's Platform is a decentralized finance (DeFi) protocol designed to bridge traditional financial instruments, such as government bonds, with the rapidly evolving world of decentralized ecosystems. Evidentia Bond's Platform facilitates the tokenization of government bonds, enabling users to lock tokenized bonds (NFTs) as collateral to mint a synthetic stablecoin. The protocol enables the user to retain bond exposure while accessing liquidity via synthetic stablecoins, providing opportunities for yield generation through staking mechanisms.

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Anvil

$ anvil

Deploy

$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>