https://developers.stellar.org/docs/build/smart-contracts/getting-started/setup
Optional if you want to contribute to the project
https://developers.stellar.org/docs/build/smart-contracts/getting-started/setup
stellar network add mainnet \
--rpc-url "https://mainnet.sorobanrpc.com" \
--network-passphrase "Public Global Stellar Network ; September 2015" \
--global
make bindings-mainnet
# 1. this builds `kale-sc-sdk__raw`
# 2. copy `./bun_scripts/kale-sc-sdk__raw/src/index.ts` to `./bun_scripts/kale-sc-sdk/src/index.ts`
Once you've done steps 1 and 2 above
cd ./bun_scripts/kale-sc-sdk
bun run build
cd ..
bun install --force