ApeWorX / ApePay

A smart contract payment system built for automated service management
https://apeworx.io/apepay
Apache License 2.0
18 stars 5 forks source link

Host demo app [SBK-325] #59

Closed fubuloubu closed 7 months ago

fubuloubu commented 9 months ago

Add hosting for demo app against Sepolia deployment

Make sure it works in PRs so it's easier to review changes to the component lib

related to #53

fubuloubu commented 9 months ago

maybe use vercel

mikeshultz commented 9 months ago

For RAs to easily review PR changes.

alexisnsns commented 8 months ago

Now that we have working local installs we can give this another try

fubuloubu commented 8 months ago

Note that vercel still won't work without the ability to run ape compile

mikeshultz commented 8 months ago

I mentioned it in #69, but what if we just included the manifest in the source tree? We just commit updates when the contract changes. It's something that we would have to explicitly do which is a little annoying, but it should be rare. Then we don't need to compile anything during SDK builds.