Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 666 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 666 Bytes

treasury

Autonomous treasury for enabling DAOs or any type of near account to manage multiple funds to accrue interest across different vehicles


WARNING!!

This repo is under HEAVY Development, should not be considered ready for any type of use. It is pre-alpha!


Development

Build & Dev

./build.sh

Testing

./test.sh

# OR
cargo run --e2e treasury

Bootstrapping

## Setup
./scripts/clear_all.sh
./scripts/create_and_deploy.sh
./scripts/bootstrap.sh

## Test features, by flow:
./scripts/staking.sh
./scripts/actions.sh

Notes: