ORPP logo

Security Tokens and Stablecoins Quick Start Guide : (Record no. 10363)

MARC details
000 -LEADER
fixed length control field 07535nam a22004693i 4500
001 - CONTROL NUMBER
control field EBC5764293
003 - CONTROL NUMBER IDENTIFIER
control field MiAaPQ
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20240724113711.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS
fixed length control field m o d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr cnu||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 240724s2019 xx o ||||0 eng d
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781838552640
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Canceled/invalid ISBN 9781838551063
035 ## - SYSTEM CONTROL NUMBER
System control number (MiAaPQ)EBC5764293
035 ## - SYSTEM CONTROL NUMBER
System control number (Au-PeEL)EBL5764293
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)1101036478
040 ## - CATALOGING SOURCE
Original cataloging agency MiAaPQ
Language of cataloging eng
Description conventions rda
-- pn
Transcribing agency MiAaPQ
Modifying agency MiAaPQ
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.9.D32 .S86 2019
082 0# - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 658.0557
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Sun, Weimin.
245 10 - TITLE STATEMENT
Title Security Tokens and Stablecoins Quick Start Guide :
Remainder of title Learn How to Build STO and Stablecoin Decentralized Applications.
250 ## - EDITION STATEMENT
Edition statement 1st ed.
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Place of production, publication, distribution, manufacture Birmingham :
Name of producer, publisher, distributor, manufacturer Packt Publishing, Limited,
Date of production, publication, distribution, manufacture, or copyright notice 2019.
264 #4 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Date of production, publication, distribution, manufacture, or copyright notice ©2019.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (226 pages)
336 ## - CONTENT TYPE
Content type term text
Content type code txt
Source rdacontent
337 ## - MEDIA TYPE
Media type term computer
Media type code c
Source rdamedia
338 ## - CARRIER TYPE
Carrier type term online resource
Carrier type code cr
Source rdacarrier
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover -- Title Page -- Copyright and Credits -- About Packt -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Blockchain -- A brief overview of the blockchain technology -- Bitcoin -- Ethereum -- Evolution of blockchain -- Bitcoin basics -- The distributed ledger -- The consensus mechanism -- Keys and digital wallets -- Ethereum basics -- Ethereum cryptocurrency and tokens -- Smart contract -- Ethereum virtual machine -- Ethereum gas -- Account -- Oracle -- Off-the-chain data -- PoS -- Performance considerations -- Miscellaneous comments -- Summary -- Chapter 2: STO - Security Token Offering -- A traditional fund raising roadmap for startups -- Seed money -- Angel investors and angel funds -- VC fund -- Private equity firms -- Mezzanine capital/fund -- IPO -- Pros -- Cons -- The initial coin offering -- Coins and tokens -- Crowdfunding -- ICO and its difference to IPO -- The ICO bubble -- The STO -- Security -- STO verses ICO -- STO versus IPO -- Challenges of STOs -- Summary -- Chapter 3: Monetizing Digital Tokens Under US Security Laws -- What is an STO? -- Overview of US securities laws -- Federal regulations -- Section 5 of the Securities Act of 1933 -- Section 3(b)(1) and (2) / Regulation A/A+ offerings (Mini IPOs) -- Exemptions to Section 5 of Securities Act of 1933 -- Section 4(a)(2) / Reg D - Rule 506(b) and (c) - private placement exemption -- Section 3(b)(1)/ Rule 504 - small issuance -- Limitation of Rule 504 and 506 - bad actor disqualifications -- Section 4(a)(5) - accredited investor exemption -- Section 4(a)(6) / Regulation Crowdfunding - crowdfunding exemption -- Section 3(a)(11) / Rule 147 (added by JOBS Act 2012) - intrastate offering -- Regulatory issues with respect to exemptions under the Securities Act -- Other related regulatory regimes -- Federal regulators -- State regulations.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Resale of securities Rule 144/144A/Section 4(a)(1½ ) / Section 4(a)(7) -- Rule 144 exemption -- Rule 144A exemption -- Section 4(a)(1½) exemption -- Section 4(a)(7) exemption -- Securities laws development in blockchain and digital cryptocurrencies -- SEC alerts -- Report of Investigation Pursuant to Section 21(a) of the Exchange Act - The DAO (July 25, 2017) (the DAO report) - the application of the Howey test -- Legal analysis by the SEC -- SEC's conclusion -- Security trading -- Real cases -- Munchee Inc. (Munchee order, December 11, 2017) -- Legal analysis by the SEC -- AirFox case (November, 2018) -- Legal analysis by the SEC -- The Paragon case (November, 2018) -- Legal analysis by the SEC -- SEC versus PlexCorps et al. -- Crypto Asset Management case (September, 2018) -- Legal analysis by the SEC -- The TokenLot LLC case (September, 2018) -- Legal analysis by the SEC -- STO launch and legal considerations -- Summary -- Chapter 4: Stablecoin -- Basics of money -- What is money? -- Characteristics of money -- Durability -- Portability -- Divisibility -- Uniformity -- Limited supply -- Acceptability -- Commodity money versus fiat currency -- An example of a fiat currency- the USD -- Basics of stablecoin -- Cryptocurrency -- What are stablecoins? -- Are stablecoins really stable? -- Types of stablecoins -- Commodity-collateralized stablecoins -- Fiat-collateralized stablecoins -- Crypto-collateralized stablecoins -- Non-collateralized stablecoins -- Challenges of stablecoins -- Summary -- Chapter 5: Security Token Smart Contracts -- ERC-20 and ERC-721 token -- ERC-20 -- ERC-721 - NFTs -- Security token technical design overview -- ERC-1400/ERC-1410 -- ST-20 (security token standard) -- R-Token -- SRC-20 -- DS-Token (Securitize) -- Securitize's digital ownership architecture -- ERC-1404 -- ERC-884 -- Introduction to smart contracts -- Pragma.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Comments -- Import -- Paths -- State variables -- Functions -- Function modifiers -- Events -- struct -- enum -- Inheritance, abstract, and interface -- Summary -- Chapter 6: Building a Security Token Dapp -- STO smart contract development tools -- Truffle -- Ganache -- Setting up an Ethereum development environment -- Creating a security token Truffle project -- Deploying security tokens to Ganache -- Developing and testing a security token smart contract -- Creating a smart contract -- Implementing a smart contract -- Defining your token information -- Implementing detectTransferRestriction -- Implementing messageForTransferRestriction -- Implementing transfer and transferFrom -- Testing a smart contract -- Setting up and initializing the test case -- Writing Dapp web components -- Setting up a Dapp project -- Cleaning boilerplates code -- Defining the HTML template -- Implementing the ERC1404 UI components -- Loading accounts -- transfer UI component -- DetectTransferRestriction UI component -- MessageForTransferRestriction UI component -- AddAddressToWhitelist UI component -- verifyWhitelist UI component -- Summary -- Chapter 7: Stablecoin Smart Contracts -- Quick primary stablecoin overview -- Timeline of stablecoin development -- Types of stablecoin -- Fiat collateralized stablecoins -- Crypto collateralized stablecoins -- Non-collateralized stablecoins -- Stablecoin technical design overview -- Tether (USDT) -- TrueUSD (TUSD) smart contract -- modularERC20 -- Proxy -- Admin -- Other TUSD token-related contracts -- MakerDAO (Dai) -- USD coin (USDC) -- Paxos Standard -- GUSD -- ERC20Proxy -- ERC20Impl -- ERC20Store -- JPM Coin -- Summary -- Other Books You May Enjoy -- Index.
520 ## - SUMMARY, ETC.
Summary, etc. This essential guide will help any blockchain practitioner gain expertise in developing complete STO and stablecoins DApps. This book provides a quick introduction to basic ICO and STO concepts, and their differences. It will also help readers compile, test, and deploy their own contracts by altering the code provided in the book.
588 ## - SOURCE OF DESCRIPTION NOTE
Source of description note Description based on publisher supplied metadata and other sources.
590 ## - LOCAL NOTE (RLIN)
Local note Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2024. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Blockchains (Databases).
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
700 1# - ADDED ENTRY--PERSONAL NAME
Personal name Wu, Xun (Brian).
700 1# - ADDED ENTRY--PERSONAL NAME
Personal name Kwok, Angela.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Relationship information Print version:
Main entry heading Sun, Weimin
Title Security Tokens and Stablecoins Quick Start Guide
Place, publisher, and date of publication Birmingham : Packt Publishing, Limited,c2019
International Standard Book Number 9781838551063
797 2# - LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)
Corporate name or jurisdiction name as entry element ProQuest (Firm)
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=5764293">https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=5764293</a>
Public note Click to View

No items available.

© 2024 Resource Centre. All rights reserved.