ojasuno / soulbound

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

soulbound

Developing

init

First initialize submodules.

git submodule update --init --recursive

build

Then build the program (and it's associated dependencies for CPI invocation).

cd deps/metaplex-program-library/token-metadata && anchor build and cd ../../../
cd deps/cardinal-staking && anchor build && cd ../../
anchor build

test

Last, run the integration tests against a local network.

anchor test

About


Languages

Language:Rust 50.9%Language:TypeScript 49.1%