ecadlabs / taquito

A library for building dApps on the Tezos Blockchain - JavaScript / TypeScript
https://taquito.io
Apache License 2.0
298 stars 116 forks source link

Update docs and runable code to use carthagenet instead of babylonent #300

Closed jevonearth closed 4 years ago

jevonearth commented 4 years ago

The Taquito docs and runnable examples presently target babylonnet.

Interacting with babylonnet has diminished value as mainnet has updated to 006/Carthagnet. The babylonnet is expected to stop working by the end of March.

Update all Taquito docs to to use carthagenet as the default testnet. The keys api on tez.ie now supports carthagnet.

neocybereth commented 4 years ago

I've got most of this done. Just need to launch a new smart contact for carthagenet for the contract calls in https://tezostaquito.io/docs/making_transfers ; What's the easiest way to to launch a ligo contract atm @jevonearth ? Their site hasn't been configured to use carthagenet just yet.

jevonearth commented 4 years ago

https://ide.ligolang.org/ has been updated to support carthagenet now FWIW.

jevonearth commented 4 years ago

Merged and deployed to the public site. Nice work @Sm00g15

neocybereth commented 4 years ago

Merged and deployed to the public site. Nice work @Sm00g15

Thanks @jevonearth