I can't find docs/tutorials on Bifrost.

Let's say I want to do an ICO that accepts ETC/BTC. Do I need my own Bifrost server? If so, is it easy to set one up on a cloud platform? I see the API needs a bifrost URL. Is there a testnet for Bifrost I could use to test the API?

If someone could make a short tutorial on all the steps needed to get this working, I would appreciate it, or point me to docs/urls.

Thanks,

-steve

a month later

Along with Steve - I am hoping to find some similar information. Thanks!!

Bifrost manages and coordinate both ends of the ICO process. On one side you are listening to the ETH/BTC block chain for incoming assets and on the other side you are creating accounts and transferring your assets on the stellar network. It makes a lot of sense to understand and control these steps.
To help you getting started please look at my repo: https://github.com/alpe/bifrost-k8s-demo
I have a demo setup for Minikube (local Kubernetes) and will push some updates for Google Kubernetes Engine when I can find some time. Feedback is appreciated.

Terraform and some yaml files for a GCE demo are pushed. Would be good to have some official docker artifacts but feel free to look at my docker branches and create your own artifacts.

a month later

Hey alpe, I am taking a look at your repo now; thanks for the direction. Has anyone found any additional documentation? I am setting up Bifrost right now to run alongside Bicoin, Etherium, and Stellar Cores on AWS.