Skip to content

0xGery/Octra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octra Network Projects

This repository contains multiple projects for the Octra blockchain network ecosystem, developed by NullxGery (0xGery).

Projects

Wallet SDK (wallet-sdk/)

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-sdk

See wallet-sdk/README.md for full documentation.

Browser Extension

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.

Repository Structure

├── 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

Development

Wallet SDK

cd wallet-sdk/
npm install
npm run build
npm run typecheck
npm run lint

Browser Extension

The extension is published on Chrome Web Store. For development purposes, the .crx file is provided for testing.

Security Notes

  • 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

Contact & Support

License

MIT License - see individual project directories for specific license files.


Built by NullxGery (0xGery) for the Octra network ecosystem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published