ava-labs / avalanche-starter-kit

65 stars 98 forks source link

Migrate Teleporter example contracts from `ava-labs/teleporter` #5

Open cam-schultz opened 4 months ago

cam-schultz commented 4 months ago

teleporter hosts a number of example applications built on top of Teleporter. We should migrate them to avalanche-starter-kit so that developers can more easily interact with them and modify them in the integrated development environment provided here.

See the corresponding teleporter issue here: https://github.com/ava-labs/teleporter/issues/381

The examples have associated end-to-end tests, which are written in Go with Ginkgo. The Go/The Ginkgo infrastructure should be added to this repo before migrating the examples, so that the tests can come along too.

martineckardt commented 4 months ago

Sounds great 🙌🏻