mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 04:41:37 +03:00
15 lines
318 B
JavaScript
15 lines
318 B
JavaScript
// import Urbit from '../../dist/index';
|
|
|
|
// async function blastOff() {
|
|
// const airlock = await Urbit.authenticate({
|
|
// ship: 'zod',
|
|
// url: 'localhost:8080',
|
|
// code: 'lidlut-tabwed-pillex-ridrup',
|
|
// verbose: true
|
|
// });
|
|
|
|
// airlock.subscribe('chat-view', '/primary');
|
|
// }
|
|
|
|
// blastOff();
|