-
Notifications
You must be signed in to change notification settings - Fork 563
Erc20 tutorial #271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Erc20 tutorial #271
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!!!
:)
This is very good, @Tosch110! Going through it right now. Until we have EVM as part of Starport itself, maybe we should provide a git clone command, so that novice users can follow without any background info. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thanks, Tobias! 👍
Sorry, just realised the Extras link was broken in general |
… pi-fixes # By İlker G. Öztürk (14) and others # Via İlker Göktuğ ÖZTÜRK (2) and GitHub (1) * 'develop' of https://github.com/tendermint/starport: add build cmd to build apps without serving (ignite#294) /docs wasm Update module import (ignite#291) scaffolder: ensure address prefix is lowercase (ignite#287) Erc20 tutorial (ignite#271) Update .gitpod.yml (ignite#286) Updated changelog (ignite#283) fix packr2 (ignite#282) fix goreleaser: rm statik from make (ignite#281) scaffolding: fix type for Launchpad&Stargate (ignite#280) serve: disable User Interface button on dev ui for Stargate (ignite#279) disable module import for Stargate (ignite#278) dev ui: fix chain-id for Stargate (ignite#277) serve: fix serving Stargate (ignite#276) serve: fix setting default keyring-backend for Launchpad (ignite#273) fix vue (ignite#274) scaffolder: fix adding different types (ignite#272) scaffolder: fix adding int type (ignite#269) Stargate Support (ignite#223) Add more parameters to the docs config section (ignite#268) Signed-off-by: Jacob Gadikian <jacobgadikian@gmail.com> # Conflicts: # starport/templates/app/launchpad/.pi/zt-gpg-key # starport/ui/dist-go/statik/statik.go
* Add more parameters to the docs config section * ERC20 contract deployment * Add ERC20 to index and update links * Update Index on README /docs * /docs ERC20 Change JSON to Javascript in javacsript quote * /docs Update use cases readme * /docs ERC20 Update RPC Server * Add Ethapp example to the tutorial * /docs format extras folder and links
ERC20 tutorial with finished deployment.