JBaczuk / bitcoin-script-js

Bitcoin script interpreter written in javascript for browsers and node.js
MIT License
1 stars 1 forks source link

Setup UI #21

Open wardlem opened 5 years ago

wardlem commented 5 years ago

We need a basic frontend setup. There are a plethora of ways to accomplish this. I am personally fond of mithril and I think that it would be a good fit for what we are doing here.

If we do this right, we can set up a simple static website to host this thing. That will keep server costs to an absolute minimum.

JBaczuk commented 5 years ago

Mithril works for me. I think bitcoin.org is a ruby site, so a static site would be ideal if they wanted to integrate it.

wardlem commented 5 years ago

@JBaczuk Is this project supposed to include the user interface or should it only provide the script execution logic?

JBaczuk commented 5 years ago

You're right, I think the UI would be a separate project, if you want you can create that repo on your account. We could probably host it using github pages, I think.