An Urbit API client implemented in Deno.
import { Config, Ship } from 'https://deno.land/x/denurbit';
config = new Config(config_file: 'my_moon.json');
ship = new Ship(config);
ship.isAuthed
# > false
ship.authenticate
ship.isAuthed
# > true
Tests expect a fake development ship to be running at http://localost:80
./bin/tests
- Config
- HTTP API Integration (in progress)
- Authentication
- Open Channel
- Close Channel
- Send Message to Channel
- React to Message from Channel
- Channel
- Message
-
graph-store
integration -
group-store
integration -
metadata-store
integration