Installation & Setup
Requirements
Before installing Noxly, ensure you have:
- Node.js 20 or newer, or Bun
- A terminal with Unicode support
- A Sui account
- A SuiNS profile for identity-based messaging
Installation
Install Noxly globally with your preferred package manager.
Install Package
Using npm:
Code
npm install -g noxlyOr using Bun:
Code
bun install -g noxlyVerify Installation
Check that the binary was successfully linked to your path:
Code
noxly --versionImport Your Account
Import your existing Sui account to enable sending and receiving encrypted messages:
Code
noxly account importQuick Start
Once set up, you can immediately send your first message. SuiNS lookups are automatic!
Code
noxly send alice "hello man"To read messages with a user:
Code
noxly history alice