This repository contains multiple projects for the Octra blockchain network ecosystem, developed by NullxGery (0xGery).
A comprehensive TypeScript SDK for integrating decentralized applications with the Octra Wallet browser extension.
Features:
- Type-safe wallet integration
- Transaction management
- Balance queries (public & private)
- Event-driven architecture
- Framework agnostic (React, Vue, vanilla JS)
- Private transfer support
Quick Start:
npm install @octra/wallet-sdkSee wallet-sdk/README.md for full documentation.
The Octra Wallet Chrome extension provides a secure interface for managing Octra wallets directly in the browser.
Download from Chrome Web Store - Get the official extension here.
Extension Features:
- Wallet creation and import
- Balance management (public & private)
- Transaction sending and history
- Privacy features (encrypt/decrypt balances, private transfers)
- Bulk transaction support
- Built-in smart contract testing
For Development:
If you need to modify the extension, the Octra_wallet.crx file contains the packaged extension for testing purposes.
├── wallet-sdk/ # NPM package for DApp integration
│ ├── src/ # TypeScript source code
│ ├── dist/ # Built package files
│ ├── examples/ # Integration examples
│ └── README.md # SDK documentation
├── Octra_wallet.crx # Packaged browser extension
└── README.md # This file
cd wallet-sdk/
npm install
npm run build
npm run typecheck
npm run lintThe extension is published on Chrome Web Store. For development purposes, the .crx file is provided for testing.
- Never share your private keys or recovery phrases
- Always verify URLs and addresses before transactions
- Keep your wallet credentials secure
- This is community-developed software - use at your own risk
- Developer: NullxGery (0xGery)
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Contact: Telegram
MIT License - see individual project directories for specific license files.
Built by NullxGery (0xGery) for the Octra network ecosystem.