Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Security Tokens and Stablecoins Quick Start Guide

You're reading from  Security Tokens and Stablecoins Quick Start Guide

Product type Book
Published in Apr 2019
Publisher Packt
ISBN-13 9781838551063
Pages 234 pages
Edition 1st Edition
Languages
Concepts
Authors (3):
Weimin Sun Weimin Sun
Profile icon Weimin Sun
Xun (Brian) Wu Xun (Brian) Wu
Profile icon Xun (Brian) Wu
Angela Kwok Angela Kwok
Profile icon Angela Kwok
View More author details
Toc

Creating a security token Truffle project

In this chapter, we will build ERC-1404—a Simple Restricted Token Standard (SRTS). We will utilize extendable standard code provided by https://erc1404.org/ to start our security token development based on the ERC-1404 standard. Here are the steps to start our security token development:

  1. Run the following command to download the project template:
git clone https://github.com/PacktPublishing/Security-Tokens-and-Stablecoins-Quick-Start-Guide.git
  1. Navigate to the simple-restricted-token project folder; you should see the following prebuild project structure:
  1. Install node libraries on the project root folder:
npm install

This will install project node dependencies.

  1. Update the truffle.js file configuration.

Since our Ganache runs on port 8545, we need to update the truffle.js file configuration to connect to the Ganache server...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at ₹800/month. Cancel anytime