Skip to content

Latest commit

 

History

120 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nth Finance

Project structure

  • ./ - The repository root directory
    • ./contracts/ - The Move smart contracts
    • ./frontend/ - The application frontend
    • ./backend/ - The supporting backend for indexing and caching data

Getting started

Configure git to handle large repositories:

git config --global http.postBuffer 524288000
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999

Clone the repository with submodules:

git clone --recurse-submodules https://github.com/dataclique/nth.git

Set up the development environment:

direnv allow

Running the frontend

cd frontend
pnpm install
pnpm dev

Building the contracts

cd contracts

Building the contracts:

sui move build

Running tests:

sui move test

About

Composable Nth order financial derivatives

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages