Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drift-labs/cpi-example

Example on how to use cross-program invocations with Drift protocol-v1
https://github.com/drift-labs/cpi-example

Last synced: about 1 month ago
JSON representation

Example on how to use cross-program invocations with Drift protocol-v1

Awesome Lists containing this project

README

        

## Getting Started
```shell
git submodule update --init --recursive
cd deps/protocol-v1
anchor build
cd sdk
yarn
yarn build
cd ../../..
yarn
anchor test
```

## Warning
This code is unaudited. Use at your own risk.