endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
768 stars 68 forks source link

docs(pass-style): don't rely on Remotable in Far docs #2191

Closed dckc closed 3 months ago

dckc commented 3 months ago

refs:

Description / Documentation Considerations

The 1st bit of SDK used in the 1st sample app in our docs is Far.

https://github.com/Agoric/dapp-offer-up/blob/cbf3836dff05e95220a201f930430a10ce960ce3/contract/src/offer-up.contract.js#L22

likewise the "hello world" contract in smart contract basics.

Far's JSDoc was in terms of Remotable. I don't think folks using Far need to know about Remotable so much.

There's momentum to skip Far and teach exo's from the start (https://github.com/Agoric/documentation/issues/1033) but we're not there yet.

Security / Scaling / Testing / Compatibility / Upgrade Considerations

n/a