Bitcoin Forum
May 07, 2024, 10:25:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / How to Create and Transfer Your TRC-20 Token in 5 Minutes on: May 18, 2018, 03:49:31 AM
TrustNote is a DAG based distributed ledger and its development platform for the tokenized economy. One of its use cases is to empower developers to create, issue, and manage tokens or digital assets in a fast and easy way.

With the recent release of TrustNote’s TRC-20 token specification, we also released a sample code in JavaScript. It shows you how to create a TRC-20 compatible token, transfer assets, and check the balance on TrustNote’s testnet.

In this guide, I’ll walk you through the use of the sample code and some of our tools, so you can create your own token, transfer assets, and check your balance, by modifying a few lines of the code.

Requirements
Ubuntu 16.0.4

This guide assumes that you are using Ubuntu 16.04. Before you begin, you should have a non-root user account with sudo privileges set up on your system.

Node.js 8

You can run node -v to check if you have installed Node.js 8 correctly. If not, you can check nodejs.org for how to install Node.js 8 on Ubuntu based Linux distributions.

How to Install the Sample Code and Sync Your Node
Clone from the source:

git clone https://github.com/trustnote/trustnote-token.git
Install the code using npm:

cd trustnote-token
npm install
It will take some time to install depending on your network speed, please be patient. Once finished, we need to change the address of the genesis unit from mainnet to the testnet:

Find constants.js from trustnote-token/node_modules/trustnote-common directory
Open the file using your editor of choice and find the section named GENESIS_UNIT (should be at line: 13), replace the value from rg1RzwKwnfRHjBojGol3gZaC5w7kR++rOR6O61JRsrQ= to MtzrZeOHHjqVZheuLylf0DX7zhp10nBsQX5e/+cA3PQ= and save the file.
Start the service on your node and wait for data synchronization:

node start.js
Press Enter to accept the default action when you are prompt for input.

You can proceed to the other steps when you see the following message:


Note: The message above shows the log file’s path, you can view the live status of data synchronization by run tail -f <logfilepath> from an new terminal window. Data synchronization may take about 15 minutes or longer to complete depending on your network speed. When start.js is executed in the first time, your passphrase will be written in the same directory as the log file, its matching wallet address will be generated and saved in a file called address.json in your trustnote-token directory.

How to Get TTT Test Notes
Issue tokens on TrustNote’s mainnet will cost you some TTT Notes. You can buy TTT Notes from cryptocurrency exchanges such as Bit-Z. But for testing purposes, you can get some TTT Test Notes for free:

Find and open address.json from trustnote-token directory, copy the address
Open www.trustnote.org/token.html from your web browser, paste the address in the “Send to Address” input form and press the button below, then you will receive some TTT Test Notes in that address
You can check your balance by open the testnet explorer, enter your address in the search field and press the search button
Note: TTT Test Notes can be used to issue tokens and pay for the transaction fees on the testnet, however it doesn’t work on TrustNote’s mainnet.

How to Issue Your Token
By default, the amount of the token to be issued is 1 trillion. If you want to issue a different amount of tokens, you can:

Find create_asset.js from trustnote-token directory
Open the file using your editor of choice, change cap: 1000000000000 (line: 14) to the amount you like and save the file
Now you can issue your own token by run the following command:

node create_asset.js
Press Enter to accept the default action when you are prompt for input.

If successful, a file called asset.json will be generated in your trustnote-token directory, then you can check your tokens by:

Find and open asset.json from trustnote-token directory, copy the value of your TokenId, note TokenID is the identifier of the token just been issued
Open the testnet explorer, enter your TokenId in the search field and press the search button
How to Transfer Your Token
Find transfer_asset.js from trustnote-token directory
Open the file using your editor of choice, replace DJw4edxgaSbt7VGTsmsadmRdYJ+Vvz1Hrhy+JGrAyiA= (line: 11) with your TokenID from asset.json, and save the file
You can also change the transfer amount from 15 units (line: 11) to any amount that you want to try. In my case, I just change it to 80 units, and save the file
Now you can transfer the token by run the following command:

node transfer_asset.js
Press Enter to accept the default action when you are prompt for input.

If successful, 80 units of token will be transferred to LDFEZ5TWE4XW4NUAUQHCMEPEQV7NAX6X, the default destination address which is hardcoded in transfer_asset.js (line: 11), you can check the results of the transfer by:

Open the testnet explorer, enter the destination address in the search field and press the search button
Now What?
Congratulations if you have made this far! Now that you have your own token, I hope you enjoy the benefit of easy to develop, instant transaction performance and low transaction fees delivered by TrustNote!

Please keep in mind that real production grade token issuance and management will take more efforts and thorough tests.

Thanks for reading this. If you have any questions, please feel free to comment below.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: TTT is gonna on exchange, airdrop comes~~~ on: May 03, 2018, 06:56:31 AM
Can you provide more information about this project? Thanks



hey, thanks for your supporting ,
you can follow our twitter: https://twitter.com/TrustNote
or join our Telegram Channel https://t.me/TrustNoteOfficial
or visit our official website: https://trustnote.org/
to know more info abt TrustNote.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: TTT is gonna on exchange, airdrop comes~~~ on: May 03, 2018, 06:46:09 AM
I am waiting for the latest information on the website and the project, because the content of the project is too little.



hey, thanks for your supporting ,
you can follow our twitter: https://twitter.com/TrustNote
or join our Telegram Channel https://t.me/TrustNoteOfficial
or visit our official website: https://trustnote.org/
to know more info abt TrustNote.
4  Local / 中文 (Chinese) / TTT成功已登陆Bit-Z,空投重磅袭来! on: May 03, 2018, 03:37:45 AM
亲爱的小伙伴们:

期盼已久的时刻终于到来! Roll Eyes Roll Eyes Roll Eyes

北京时间2018年4月25日15:00:00,TrustNote代币TTT成功登陆全球领先的数字资产交易平台Bit-Z,并开通TTT/ETH,TTT/BTC交易。

为庆祝TTT成功登陆Bit-Z,我们隆重推出以下活动,请大家积极关注,详情以Bit-Z官网为主。


活动时间:北京时间2018年5月3日15:00:00至2018年5月8日15:00:00 。

活动规则:

1.本次活动分5期,每24小时为一期,每期分別奖励340,000 TTT。

第一期开始时间:北京时间2018年5月3日15:00:00 活动奖励:340,000 TTT;

第二期开始时间:北京时间2018年5月4日15:00:00 活动奖励:340,000 TTT;

第三期开始时间:北京时间2018年5月5日15:00:00 活动奖励:340,000 TTT;

第四期开始时间:北京时间2018年5月6日15:00:00 活动奖励:340,000 TTT;

第五期开始时间:北京时间2018年5月7日15:00:00 活动奖励:340,000 TTT。

2.每期累计交易1,000 TTT即可随机领取10 TTT〜300 TTT奖励(需完成三级认证)。

3.每人每期仅有一次领取机会,先到先得,領完为止。

4.活动奖励不累计,当期未领取视为放弃奖励。

5.Bit-Z保留活动解释权及对参与活动用户作弊行为的处理权。

有木有很激动呢~~那就抓紧时间动起来!


项目信息:

项目网站:https://trustnote.org

钱包下载地址:https://trustnote.org/application.html

技术白皮书:https://github.com/trustnote/document

项目博客:http://blog.trustnote.org

区块浏览器:https://explorer.trustnote.org

Telegram:https://t.me/TrustNoteOfficial

Twitter:https://twitter.com/TrustNote

GitHub:https://github.com/trustnote

项目微信号:TTT-002、TTT-003、TTT-006

 

联系方式:

基金会:foundation@trustnote.org

社区和技术:community@trustnote.org

5  Alternate cryptocurrencies / Announcements (Altcoins) / Good News —TTT Is Available For Bit-Z Exchange on: May 03, 2018, 03:26:07 AM
Dear TTT Investors:

After months of preparation, the day we were all expecting arrived.

TTT (TrustNote’s digital currency) listed on the Bit-Z Exchange at Beijing time 15:00, 25th April 2018 (UTC/GMT+08:00), supporting TTT/ETH, and TTT/BTC exchange.

Deposit Start Time: 15:00, April 25th, 2018 (UTC/GMT+08:00)

Trading Start Time: 15:00, April 26th, 2018 (UTC/GMT+08:00)

We launch these airdrops below to celebrate TTT on Bit-Z Exchange for all TrustNote lovers:

Airdrop Time: 15:00, May 3rd -15:00, May 8th, 2018 (UTC/GMT+08:00)

Airdrop Rules:

I, Airdrop includes 5 round, 24 hours per round, reward totally 340,000TTT each round.

1st Round Start Time: 15:00, May 3rd -15:00 (UTC/GMT+08:00), Reward: 340,000 TTT;

2nd Round Start Time: 15:00, May 4th -15:00 (UTC/GMT+08:00), Reward: 340,000 TTT;

3rd Round Start Time: 15:00, May 5th -15:00 (UTC/GMT+08:00), Reward: 340,000 TTT;

4th Round Start Time: 15:00, May 6th -15:00 (UTC/GMT+08:00), Reward: 340,000 TTT;

5th Round Start Time: 15:00, May 7th -15:00 (UTC/GMT+08:00), Reward: 340,000 TTT;

II, Additional reward from 10 TTT to 300 TTT can be received randomly after 1,000 TTT exchanged at each round (Level 3 must be certificated)

III, each participant can only take part in each round once, and please pay attention, limited rewards are available so take your chance.

IV,All airdrop award are non-accumulative, participant at same round with unclaimed award shall be deemed to have abandoned their award.

V, Bit-Z reserves all rights for final result of this activity. Important warning, any kinds of misleading behavior and violation of the rules will result in disqualifying the offender participant.

 

Thank you for your support!

TrustNote team

25st April 2018

 

Contact Us

Business Enquiries:foundation@trustnote.org

Technical Support:community@trustnote.org

Project Information

Website: https://trustnote.org/

Get the Wallet: https://trustnote.org/application.html

Technical White Paper: https://github.com/trustnote/document

Blog: http://blog.trustnote.org/

TrustNote blockchain explorer:https://explorer.trustnote.org/

Telegram: https://t.me/TrustNoteOfficial

Twitter: https://twitter.com/TrustNote

GitHub: https://github.com/trustnote

WeChat groups: TTT-002, TTT-003, TTT-006
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: TTT is gonna on exchange, airdrop comes~~~ on: April 23, 2018, 08:49:04 AM

check it up guys 🎉🎉🎉 Friend Invitation Competition  🎉🎉🎉


👉you can be the lucky winner of the limited edition Gold Commemorative Coin 🎊
 
👉Don't lose your chance to Get free TTT Tokens through friends invitation

👉Top 100 participants with most successful invitations can get 1 TTT Coin

👉Top 5 participants can get 1 Gold Commemorative Coin (limited edition)💱

 
Link: http://tg.dbpower.com.cn/en/
7  Alternate cryptocurrencies / Announcements (Altcoins) / TTT is gonna on exchange, airdrop comes~~~ on: April 23, 2018, 03:46:21 AM
TTT is going to be listed on Bit-Z Exchange on April 25th, Don’t miss this airdrop.
 
3 Rounds of TTT distribution is prepared to thank all of your supports.
 
First Round airdrop is on the way, so stay tuned~
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TTT] TrustNote: Welcome to the new Minable Public DAG Ledger on: April 17, 2018, 02:49:33 AM
TrustNote Weekly Update

Last Week’s Progress (9~15th May, 2018)

TrustNote MainChain:
1 TrustNote-TR-2018-03 (TrustNote Technology Stack) updated;
2 TrustNote-TR-2018-02 (The TrustME-PoW Consensus Scheme) updated, added more details of the schema and the algorithm;
3 Completed the prototype of TrustME-PoW Consensus Scheme, updated the Encryption Algorithm.


For more latest details, please visit Github at https://github.com/trustnote/document/

TrustNote Wallet:
1 Fixed crushes in the login screen when entering the password (iOS 11.3), released
2 Soft-keyboards on mobile terminal, to be released.
3 Offline wallet, to be released. 
4 Completed Hardware Wallet design.
5 Fixed known bugs of TrustNote,


This Week’s Plan (9~15th May, 2018):
1 Release offline wallet.
2 Wallet new UI design + Native App Development.
3 Release the verifiable smart contract (ver 0.1).
4 Release TrustNote’s Token Issuance Manual and examples.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!