Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kavorix/rage-trade
Rage is a liquidity and treasury management protocol.
https://github.com/kavorix/rage-trade
dapp liquidity management nextjs protocol treasury typescript
Last synced: about 1 month ago
JSON representation
Rage is a liquidity and treasury management protocol.
- Host: GitHub
- URL: https://github.com/kavorix/rage-trade
- Owner: Kavorix
- License: mit
- Created: 2024-11-28T18:02:38.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T14:54:31.000Z (about 1 month ago)
- Last Synced: 2024-12-17T15:44:28.771Z (about 1 month ago)
- Topics: dapp, liquidity, management, nextjs, protocol, treasury, typescript
- Language: TypeScript
- Homepage: https://www.app.rage.trade/trade/ETH-USD
- Size: 346 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rage Trade
Rage is a liquidity and treasury management protocol.
## Usage
1. Clone this project:
```sh
git clone https://github.com/Kavorix/rage-trade
```2. Change into the directory:
```sh
cd rage-trade
```3. Install the dependencies:
```sh
npm install
```4. Set up some configurations:
Set the values of environment variables in the `.env.development`, `.env.production`, and `.env` files to yours.
5. Add your **ABI**:
Copy your contract **ABI** from the [Remix](https://remix.ethereum.org/) and paste it into `contract/abi.json`.
6. Run the server:
```sh
npm run dev
```