trustwallet / wallet-core

Cross-platform, cross-blockchain wallet library.
https://developer.trustwallet.com/wallet-core
Apache License 2.0
2.79k stars 1.57k forks source link

Codegen new blockchain template #653

Closed hewigovens closed 4 years ago

hewigovens commented 5 years ago

When you add a new blockchain support, you have to manually create all the files (most of the time is copy / paste)

It would be nice to have a scaffolding does that for you, like create-react-app, we can also code defines and models

optout21 commented 4 years ago

Added script codegen/bin/newcoin, with skeleton templates. Branch newcoin-653, PR #719 . Note: protobuf aruments are not included. Todo: update documentation.

optout21 commented 4 years ago

PR #719 merged, new templates added, keeping issue open for documentation.

hewigovens commented 4 years ago

let's track the document issue here: https://github.com/trustwallet/developer/issues/65