🚧 Work in progress.
An implementation of the OCapN protocol.
Includes codecs for Syrup encoded messages.
https://www.redfin.com/OR/Portland/6109-SW-Thomas-St-97221/home/173018992?utm_source=android_share&utm_medium=share&utm_nooverride=1&utm_content=link | |
https://www.redfin.com/OR/Portland/3246-SW-Cascade-Ter-97205/home/26369492?utm_source=android_share&utm_medium=share&utm_nooverride=1&utm_content=link |
(define-values (a-vat a-netlayer a-mycapn) | |
(make-new-node "a")) | |
(define-values (b-vat b-netlayer b-mycapn) | |
(make-new-node "b")) | |
(define (^greeter _bcom our-name) | |
(lambda (their-name) | |
(format #f "Hello ~a, my name is ~a" their-name our-name))) | |
(define (^echo _bcom) |
🚧 Work in progress.
An implementation of the OCapN protocol.
Includes codecs for Syrup encoded messages.
/** | |
* A LazyPromise doesn't run its executor until .then, .catch, or .finally is called, | |
* or the promise is awaited. | |
* Unfortunately, `@endo/promise-kit`'s isPromise returns false for instances of LazyPromise. | |
* However, LazyPromise instances will return true for instanceof Promise. | |
*/ | |
export class LazyPromise extends Promise { | |
#isListening = false; | |
#executor; |
// | |
// Update: Resolved. TL;DR: chrome dev tools troll. | |
// Outputting iframe object to console resulted in enumeration of properties, throwing the SecurityError | |
// Note: However, accessing iframe.contentDocument does throw a SecurityError so iframe.contentDocument.write is not possible. | |
// | |
// | |
// Problem | |
// |
# Ethereum Browser - MIST Analogue | |
============== WHAT ============ | |
### Goals: | |
(1) Identity Management | |
(2) Wallet App | |
(3) Contract Browser | |
(4) Dapp runtime environment |
. | |
. | |
,d88b, . __..- | |
888888 . .--SEAL:. | |
`?88P' . __ ,'WWII::. | |
.MW:`-. /WWII::.. | |
. _.MWII:'. `. . ,'WII::.. | |
_.-MWII::'. `-. ,'WWI::. | |
. _..vvvv,'WWII::' `.'WII::. | |
,-'WI:'''/WII:'. \WI:. |
#!/usr/bin/env node | |
const { promisify } = require('util') | |
const sass = require('sass') | |
const { promises: fs } = require('fs') | |
const vm = require('vm') | |
// example() | |
// async function example(){ | |
// const vmContext = vm.createContext() |
syncing geth on digital ocean | |
- name: eth2-mainnet-00 | |
- sync time: (failed to sync, bound by disk perf) | |
- region: fra1 | |
- type: s-8vcpu-16gb | |
- primaryDb: attached volume | |
- ancientDb: attached volume | |
- price vps: $0.119/hr | |
- price volume: $0.052/hr 350gb |