From 7287fb83480795e547edc9d19625dcbddd360d4e Mon Sep 17 00:00:00 2001 From: mok-lz Date: Mon, 10 Jun 2024 12:52:41 +0800 Subject: [PATCH] chore: update readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9ddb700..6a42e75 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,15 @@ This standard works by burning tokens on the source chain whenever an omnichain ```bash yarn && yarn build && yarn test ``` + +## Deploy + +```bash +cd packages/solana/contracts && solana program deploy target/deploy/oft.so +``` + +please visi https://docs.solanalabs.com/cli/examples/deploy-a-program for more detail. + + +#### Notice +If you encounter issues during compilation and testing, it might be due to the versions of Solana and Anchor. You can switch to Solana version `1.17.31` and Anchor version `0.29.0`, as these are the versions we have tested and verified to be working. \ No newline at end of file