Agoric / dapp-agoric-basics

This is a simple app for the Agoric smart contract platform.
0 stars 3 forks source link

feat: create initial skeleton for dapp-agoric-basics #1

Closed LuqiPan closed 5 months ago

LuqiPan commented 5 months ago

references: Agoric/documentation#938

Summary

This PR creates the minimal skeleton for dapp-agoric-basics, including rudimentary CI.

This PR does not contain any UI code as I'm planning to use ui-kit and hoping to follow docs produced as part of Agoric/documentation#922

Testing

On my local machine:

agoric-basics-contract $ eslint '*/.js' ✨ Done in 1.27s.

agoric-basics-contract $ ava --verbose

✔ contract greets by name ─

1 test passed ✨ Done in 0.65s.

LuqiPan commented 5 months ago

Closing this as we decided to use dapp-offer-up as the baseline