ldsanchez / fiat-stablecoin-se2

Fiat Based Stablecoin Manager - πŸ— Scaffold-eth2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foundry DeFi Stablecoin - πŸ— Scaffold-ETH 2

Fiat backed Stablecoin Contracts Based on the centre-tokens

Fiat Stablecoin Manager

Fiat Stablecoin Manager

Functionality

  • Initialize Token
  • Add/Remove Minters
  • Pause/Unpause Token
  • Add/Remove Addresses from blacklist
  • Update Roles
  • Rescue ERC20 Tokens
  • Mint new Tokens

Initialize Token

Initialize Token

Initialize Token

Token Info

Admin Dashboard by Role

Token Info

Mint Tokens

Mint Tokens

Requirements

Before you begin, you need to install the following tools:

Quickstart

To get started with, follow the steps below:

  1. Clone this repo & install dependencies
git clone https://github.com/ldsanchez/fiat-stablecoin-se2.git
cd fiat-stablecoin-se2
yarn install
foundryup
  1. Create your .env file
(echo "DEPLOYER_PRIVATE_KEY=";  echo "ALCHEMY_API_KEY=oKxs-03sij-U_N0iOlrSsZFr29-IqbuF"; echo "ETHERSCAN_API_KEY=DNXJA8RX2Q3VZ4URQIWP7Z68CJXQZSC6AW") >> packages/foundry/.env
  1. Run a local network in the first terminal:
yarn chain

This command starts a local Ethereum network using Anvil in Foundry. The network runs on your local machine and can be used for testing and development. You can customize the network configuration in foundry.toml

  1. On a second terminal, deploy the test contract:
yarn deploy

This command deploys a test smart contract to the local network. The contract is located in packages/foundry/contracts and can be modified to suit your needs. The yarn deploy command uses the deploy script located in packages/foundry/deploy to deploy the contract to the network. You can also customize the deploy script.

  1. On a third terminal, start your NextJS app:
yarn start

Visit your app on: http://localhost:3000. You can interact with your smart contract using the contract component or the example ui in the frontend. You can tweak the app config in packages/nextjs/scaffold.config.ts.

Run smart contract test with yarn foundry:test

To-Do

  • Refactor Requirements
  • Refactor Naming Conventions
  • Optimize storage
  • Account Abstraction
  • Proxy contract pattern for upgrades
  • Multisig Wallet for Deployment

Contributing to Scaffold-ETH 2

We welcome contributions to Scaffold-ETH 2!

Please see CONTRIBUTING.MD for more information and guidelines for contributing to Scaffold-ETH 2.

About

Fiat Based Stablecoin Manager - πŸ— Scaffold-eth2

License:MIT License


Languages

Language:Solidity 50.5%Language:JavaScript 32.4%Language:TypeScript 15.2%Language:Ruby 1.3%Language:Shell 0.4%Language:CSS 0.1%Language:Makefile 0.0%Language:Nix 0.0%