Rebrand Zcoin to Firo (#5311)

This commit is contained in:
justanwar 2021-01-19 06:02:21 +08:00 committed by GitHub
parent e972116956
commit 9e49faffdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 22 deletions

View File

@ -0,0 +1,22 @@
{
"name": "Firo",
"website": "https://firo.org",
"source_code": "https://github.com/firoorg/firo",
"white_paper": "https://eprint.iacr.org/2019/373.pdf",
"short_description": "Firo, a decentralized and open source currency that provides financial privacy enabled by the Lelantus protocol. Proven cryptography and auditability.",
"description": "Firo (FIRO) is an open-source privacy-focused cryptocurrency token that launched in Sep 2016. Rebranded from Zcoin in 2020, Firo introduced trustless setup with the Sigma privacy protocol as well as MTP which prevents decentralization through ASICs. Firo is also the creator of the Lelantus privacy protocol which improves Sigma's privacy and functionality. With the Lelantus protocol, only the sender and receiver would be able to ascertain the exchange of funds in a given transaction, as no transaction histories are linked to the actual coins.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/firoorg",
"handle": "firoorg"
},
{
"name": "Reddit",
"url": "https://www.reddit.com/r/FiroProject/",
"handle": "FiroProject"
}
],
"explorer": "http://explorer.firo.org",
"research": "https://research.binance.com/en/projects/firo"
}

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,22 +0,0 @@
{
"name": "Zcoin",
"website": "https://zcoin.io",
"source_code": "https://github.com/zcoinofficial/zcoin",
"white_paper": "https://zcoin.io/wp-content/uploads/2016/11/zerocoinwhitepaper.pdf",
"short_description": "Zcoin, a decentralized and open source currency that provides financial privacy enabled by the Zerocoin protocol. Proven cryptography and auditability.",
"description": "Zcoin (XZC) is an open-source privacy-focused cryptocurrency token that launched in Sep 2016. Zcoin originally pioneered the use of Zerocoin to enable privacy but has since transitioned to a scheme called Sigma which is based on a paper by Jens Groth and Markulf Kohlweiss that reportedly allows greater scalability and removes the need for trusted setup in Zerocoin. With Zcoins Sigma feature, only the sender and receiver would be able to ascertain the exchange of funds in a given transaction, as no transaction histories are linked to the actual coins. Zcoin is also the creator of the Lelantus privacy protocol which improves Sigma's privacy and functionality.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/zcoinofficial",
"handle": "zcoinofficial"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/zcoin",
"handle": "zcoin"
}
],
"explorer": "http://explorer.zcoin.io",
"research": "https://research.binance.com/en/projects/zcoin"
}