Skip to content

tristeroresearch/Tristero-Solana

Repository files navigation

Prerequisites

-python version: 3.10

Install

anchor build will install the dependencies automatically. If you want to install the dependencies manually, run the following command:

rustup default nightly

Build

anchor build

Test

yarn test

or

TEST_SCOPES=uln yarn test

or

anchor test --skip-build

deploy

anchor deploy -p tristero

Or

solana program deploy --program-id ./target/deploy/tristero-keypair.json ./target/deploy/tristero.so --keypair ./program_authority.json [--upgrade-authority ./program_authority.json]

test with python

python3.10 ./test-python/test.py

test with typescript

anchor test --skip-build --skip-deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published