You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today [SimpleExchange sample dapp] checks out an Agoric SDK branch to deploy and test their SimpleExchange sample dapp.
Dan and co have successfully created a Game Place Dapp. As shown in the accompanying draft getting started documentation, agoric-sdk packages are installed from NPM (using yarn) rather than by cloning the agoric-sdk repo.
We would like BytePitch to ditch cloning Agoric SDK and instead use the NPM package.
This would create a familiar dev experience from when they test the Game dapp and graduate to SimpleExchange.
Description of the Design
Use the same SimpleExchange but it is deployed and launched on Local Chain in Docker. Security Considerations
Scaling Considerations
Test Plan
We don't test our NPM packages as much as we would like, so we would love for BytePitch to test creation of smart contracts using these packages and outline what capabilities are hindered as a developer.
Two particularly relevant changes to get the game places dapp to work without cloning and agoric install:
Today [SimpleExchange sample dapp] checks out an Agoric SDK branch to deploy and test their SimpleExchange sample dapp.
Dan and co have successfully created a Game Place Dapp. As shown in the accompanying draft getting started documentation, agoric-sdk packages are installed from NPM (using yarn) rather than by cloning the agoric-sdk repo.
We would like BytePitch to ditch cloning Agoric SDK and instead use the NPM package.
This would create a familiar dev experience from when they test the Game dapp and graduate to SimpleExchange.
Description of the Design
Use the same SimpleExchange but it is deployed and launched on Local Chain in Docker.
Security Considerations
Scaling Considerations
Test Plan
We don't test our NPM packages as much as we would like, so we would love for BytePitch to test creation of smart contracts using these packages and outline what capabilities are hindered as a developer.
Two particularly relevant changes to get the game places dapp to work without cloning and agoric install:
build(contract): update @agoric/* deps to match npm
build(contract): update endo deps to match agoric-sdk
I gather @mhofman has a suggestion to refine these slightly.
cc @michaelfig
The text was updated successfully, but these errors were encountered: