solana-worken-sdk-python
solana-worken-sdk-python copied to clipboard
Solana Python SDK for Worken
name: learn-github-actions run-name: ${{ github.actor }} is learning GitHub Actions on: [push] jobs: check-bats-version: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: '20' - run: npm install...
Input Sanitization: Emphasized the importance of treating all input data, such as the wallet address, as potentially untrusted and the need for proper sanitization. Error Handling: Added error handling for...