Build a simple defi lender dApp in under an hour using the Código Platform.
From within the program directory
cargo build-sbf
From within the program directory
solana program deploy target/deploy/informal_lender.so
##Modify program_client/app.ts
Replace your program id you got after deploying your program in the string where it says "PASTE_YOUR_PROGRAM_ID_HERE"
From within the program_client directory
npm install @types/node ts-node
after it completes, execute this command :
npx ts-node app.ts