A tutorial for creating a class of restricted shares
Tutorial steps would be
- Setting up an address whitelist or how to resuse existing one
- Issuance of shares with
--transfer=restricted option
- Whitelisting addresses
- How to transfer shares and related blockchain transaction example ... e.g. adding a sample command line subcommand
ethereum-token-transfer that takes a private key and calls transfer()
- Cross referencing how to check the cap table and current ownership
A tutorial for creating a class of restricted shares
Documentation page for Restricted Shares that explains everything from to the end of beginning
Unit testing ensuring the process works end-to-end
Tutorial steps would be
--transfer=restrictedoptionethereum-token-transferthat takes a private key and callstransfer()