diff --git a/README.md b/README.md index a22dd87..dc6ed60 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ > The blockchain database network for the decentralized stack > https://ipdb.io +**Note: As of January 19th, 2018, IPDB will be shutting down. [Read about why](https://ipdb.io).** + [![Build Status](https://travis-ci.org/ipdb/website.svg?branch=master)](https://travis-ci.org/ipdb/website) [![css bigchaindb](https://img.shields.io/badge/css-bigchaindb-39BA91.svg)](https://github.com/bigchaindb/stylelint-config-bigchaindb) [![js ascribe](https://img.shields.io/badge/js-ascribe-39BA91.svg)](https://github.com/ascribe/javascript) @@ -10,7 +12,7 @@ --- -[**Live**](https://ipdb.io) | [**Beta**](https://beta.ipdb.io) | [**Styleguide**](https://beta.ipdb.io/styleguide/) +[**Live**](https://ipdb.io) | [**Styleguide**](https://ipdb.io/styleguide/) --- diff --git a/_src/_assets/img/board/constance-choi.jpg b/_src/_assets/img/board/constance-choi.jpg deleted file mode 100644 index 2f0ac37..0000000 Binary files a/_src/_assets/img/board/constance-choi.jpg and /dev/null differ diff --git a/_src/_assets/img/board/david-holtzman.jpg b/_src/_assets/img/board/david-holtzman.jpg deleted file mode 100644 index af971d0..0000000 Binary files a/_src/_assets/img/board/david-holtzman.jpg and /dev/null differ diff --git a/_src/_assets/img/board/greg-mcmullen.jpg b/_src/_assets/img/board/greg-mcmullen.jpg deleted file mode 100644 index eb854ac..0000000 Binary files a/_src/_assets/img/board/greg-mcmullen.jpg and /dev/null differ diff --git a/_src/_assets/img/board/kaspar-korjus.jpg b/_src/_assets/img/board/kaspar-korjus.jpg deleted file mode 100755 index 9f6274c..0000000 Binary files a/_src/_assets/img/board/kaspar-korjus.jpg and /dev/null differ diff --git a/_src/_assets/img/board/nina-luisa-siedler.jpg b/_src/_assets/img/board/nina-luisa-siedler.jpg deleted file mode 100644 index c15c7ec..0000000 Binary files a/_src/_assets/img/board/nina-luisa-siedler.jpg and /dev/null differ diff --git a/_src/_assets/scss/_hero.scss b/_src/_assets/scss/_hero.scss index b528412..b5b197c 100644 --- a/_src/_assets/scss/_hero.scss +++ b/_src/_assets/scss/_hero.scss @@ -1,12 +1,11 @@ $edge-height-sm: $spacer * 2; -$edge-height: $spacer * 4; +$edge-height: $spacer * 3; .hero { background: $brand-07; - padding-top: $spacer * 2; + padding-top: $spacer * 3; padding-bottom: 0; - height: calc(100vh - #{$edge-height-sm}); - min-height: 580px; + height: calc(80vh - #{$edge-height-sm}); margin-bottom: $edge-height-sm; position: relative; display: flex; @@ -14,8 +13,9 @@ $edge-height: $spacer * 4; align-items: center; @media ($screen-sm) { - height: calc(100vh - #{$edge-height}); + height: calc(90vh - #{$edge-height}); margin-bottom: $edge-height; + min-height: 500px; } &:after { diff --git a/_src/_assets/scss/_typography.scss b/_src/_assets/scss/_typography.scss index 4c94cd1..7b883c8 100644 --- a/_src/_assets/scss/_typography.scss +++ b/_src/_assets/scss/_typography.scss @@ -132,7 +132,6 @@ ol { .lead { - color: $brand-03; font-size: $font-size-large; } diff --git a/_src/_assets/scss/page-front.scss b/_src/_assets/scss/page-front.scss index 8e7b0e8..0075839 100644 --- a/_src/_assets/scss/page-front.scss +++ b/_src/_assets/scss/page-front.scss @@ -1,287 +1,9 @@ @import 'variables'; @import 'hero'; -.section--intro { - .section__description { - margin-bottom: $spacer * 2; - } -} - -.feature { - padding-top: $spacer; - padding-bottom: $spacer; - - &:first-child { - padding-top: $spacer * 2; - } -} - -.feature__image { - margin: 0 auto; - background: $brand-05; - border-radius: $border-radius; - overflow: hidden; - max-width: 400px; - - @media ($screen-sm) { - margin: 0; - } - - img { - width: 100%; - height: auto; - max-width: 100%; - display: block; - } -} - -.feature__title { - font-size: $font-size-h4; - margin-bottom: $spacer / $line-height; -} - -.feature__list { - margin: 0; - padding: 0; - margin-top: $spacer; - - li { - display: block; - color: $brand-02; - - @media ($screen-sm) { - display: inline-block; - margin-left: $spacer * 2; - - &:first-child { - margin-left: 0; - } - } - - &:before { - content: '\2714'; - font-size: $font-size-small; - color: $brand-success; - margin-right: $spacer / 4; - } - } -} - -.connect__title { - font-size: $font-size-h3; -} - -.roadmap { - border-left: .2rem solid $brand-02; - margin-left: $spacer * 2; - padding-left: $spacer; - margin-top: $spacer * 4; - margin-bottom: $spacer * 2; - - @media ($screen-sm) { - margin-left: $spacer * 3; - padding-left: 0; - } - - @media ($screen-md) { - margin-left: 0; - border-left: 0; - border-bottom: .2rem solid $brand-02; - - .row { - display: flex; - justify-content: space-between; - } - } -} - -.roadmap__step { - position: relative; - margin-bottom: $spacer * 2; - - @media ($screen-md) { - text-align: center; - margin-bottom: 0; - padding-left: $spacer / 2; - padding-right: $spacer / 2; - } - - &:after { - content: '\2714'; - color: transparent; - text-align: center; - font-size: $font-size-mini; - line-height: 2; - width: 1.75rem; - height: 1.75rem; - border-radius: 50%; - display: inline-block; - background: $brand-05; - border: .2rem solid #fff; - position: absolute; - left: -2.95rem; - top: -.25rem; - - @media ($screen-md) { - position: relative; - left: auto; - top: auto; - bottom: -.95rem; - } - } - - &.is-complete { - &:after { - content: '\2714'; - color: $brand-03; - background: $brand-success; - } - } - - &.is-progress { - &:after { - background: $brand-07; - } - } -} - -.roadmap__net, -.roadmap__target { - margin-bottom: 0; -} - -.roadmap__target { - color: $brand-07; -} - -.roadmap__time { - color: $brand-02; - font-size: $font-size-small; - - @media ($screen-md) { - position: absolute; - left: 0; - bottom: -70%; - width: 100%; - } -} - -// -// Get started -// -.section--getstarted { - counter-reset: getstarted-steps; - - .feature__image { - background: rgba(255, 255, 255, .5); - } - - .section__actions { - border-top: 0; - padding-top: 0; - margin-top: $spacer * 2; - } -} - -.getstarted-bigchaindb, -.getstarted-tools { - padding-top: $spacer * 3; - margin-top: $spacer * 3; - border-top: .1rem solid darken($brand-05, 8%); - - .grid { - margin-bottom: 0; - } - - .feature__image { - background: #8e9eb0; - display: flex; - align-items: flex-end; - padding: $spacer; - padding-bottom: 0; - - svg { - margin-bottom: -.5rem; - } - } -} - -.getstarted { - color: $text-color; - counter-increment: getstarted-steps; - margin-top: $spacer * 2; - display: block; - padding-top: $spacer; - padding-bottom: $spacer; - - @media ($screen-sm) { - display: flex; - flex-wrap: wrap; - height: 100%; - margin-top: 0; - padding-left: $spacer * 2; - padding-right: $spacer * 2; - - .grid__col:first-child & { - border-right: .1rem solid darken($brand-05, 8%); - padding-left: 0; - } - - .grid__col:last-child & { - border-left: .1rem solid darken($brand-05, 8%); - padding-right: 0; - } - } -} - -.getstarted__title { - font-size: $font-size-h4; - margin-bottom: $spacer / 4; - - a & { - color: $link-color; - } - - &:before { - content: counter(getstarted-steps); - display: block; - background: rgba($brand-02, .3); - width: 1.75rem; - height: 1.75rem; - border-radius: 50%; - text-align: center; - line-height: 1.75rem; - font-size: $font-size-base; - font-weight: $font-weight-bold; - margin-bottom: $spacer / 1.5; - color: $text-color; - } -} - -.getstarted__text { - opacity: .9; -} - -// Community tools -.tool { - margin-bottom: $spacer * 2; - - &:last-child { - margin-bottom: 0; - } -} - -.tool__title { - font-size: $font-size-h5; - margin-bottom: $spacer / 4; - - .icon { - fill: inherit; - opacity: .5; - margin-left: $spacer / 2; - width: $font-size-mini; - margin-bottom: -.2rem; - } +.section--farewell { + margin-top: -3rem; + z-index: 2; } // @@ -289,6 +11,12 @@ // .articles { max-width: 100%; + margin-top: $spacer; + margin-bottom: -$spacer; + + .button { + padding-bottom: 0; + } } .article { diff --git a/_src/_data/board.yml b/_src/_data/board.yml deleted file mode 100644 index aa5bf38..0000000 --- a/_src/_data/board.yml +++ /dev/null @@ -1,76 +0,0 @@ -# -# HEADS UP! -# -# Possible keys: -# - name -# - position -# - bio -# - social (optional) -# - prefix (optional): used to prefix the name, like Dr. -# -# The photo is grabbed automatically based on the webified version of the name. -# Each photo needs to be put as a square JPG in _src/_assets/img/board/ with the file name reflecting the name, e.g. David Holtzman would be david-holtzman.jpg -# - - -- name: David Holtzman - position: President - - bio: | - David Holtzman is an information technology security expert, educator and activist. He started his career as a cryptographic analyst, military codebreaker, U.S. Naval Security Group submariner, and Soviet Manned Space Program analyst. Holtzman is an early-stage internet pioneer. - - He was the CTO at Network Solutions when it managed the domain name system, where he oversaw the explosive growth of the commercial internet to more than 20 million domain names by the late 1990s. He is the author of Privacy Lost: How Technology is Endangering Your Privacy, and a regular commentator for major news media, including Bloomberg Television, BBC, CNN, The New York Times, Business Week, and The Washington Post. - - social: - - name: Twitter - link: https://twitter.com/theglobalpov - - -- name: Constance Choi - position: Secretary - - bio: | - Constance Choi is the co-founder and Director of [COALA](http://coala.global/), an international multidisciplinary collaborative research and development initiative on blockchain technologies, smart contracts, and decentralized autonomous applications. Choi co-founded and was General Counsel and Chief Compliance Officer of the Kraken digital asset exchange. - - She holds a J.D. from UC Berkeley School of Law, and undergraduate degrees from Brown University and University of Cambridge. She has practiced at several law firms, including the Electronic Frontier Foundation, focusing on internet and technology law, intellectual property, privacy, data security, and constitutional rights. - - social: - - name: Twitter - link: https://twitter.com/sevenadvisory - - -- name: Greg McMullen - position: Treasurer - bio: | - Greg McMullen is a lawyer, internet advocate, and Chief Policy Officer at BigchainDB, where he built the framework for the IPDB Foundation and helped bring together its founding caretakers. He is a leading member of the [COALA IP](https://www.coalaip.org/) working group and co-authored the COALA IP specification and policy paper. - - Before joining BigchainDB and IPDB, he was a litigator at one of Canada’s top class actions law firms, where he worked on class actions involving privacy, copyright, competition law, and price fixing conspiracies. He served on the board of directors the BC Civil Liberties Association, Canada’s largest civil liberties organization, and authored the BCCLA’s guide to privacy and security when crossing borders with electronic devices. - - social: - - name: Twitter - link: https://twitter.com/gmcmullen - - -- name: Nina-Luisa Siedler - prefix: Dr. - position: Member-at-Large - bio: | - Dr. Nina-Luisa Siedler is a lawyer and partner at [DWF Berlin](https://www.dwf.law/people/n/nina-siedler/) with over 15 years of experience. She is interested in FinTech and decentralized technology, and her practice includes blockchain matters. She is an advisor to Blockchain Hub Berlin. - - Dr. Siedler is specialized in structured finance, including credit and capital market instruments, especially acquisition and project financing, real estate transactions, asset-backed securities, structured cover bonds, debt loans, and corporate bonds. - - social: - - name: Twitter - link: https://twitter.com/ninsie3 - - -- name: Kaspar Korjus - position: Member-at-Large - bio: | - Kaspar Korjus is the Managing Director of Estonia’s [e-Residency](https://e-estonia.com/e-residents/about/) program, which offers a fully digital identity for global citizens. e-Residency is built on inclusion, transparency, and legitimacy. It is meant to empower citizens globally and provide world-wide digital and financial inclusion. - - Korjus was chosen by Megan Smith, CTO of the United States, as one of 20 digital leaders for the Global Leaders Digital Exchange (GLDE) program, and is listed in Forbes Estonia’s “30 under 30” as #1 in Technology and Finance. - - social: - - name: Twitter - link: https://twitter.com/kasparkorjus diff --git a/_src/_data/caretakers.yml b/_src/_data/caretakers.yml deleted file mode 100644 index 5009b32..0000000 --- a/_src/_data/caretakers.yml +++ /dev/null @@ -1,50 +0,0 @@ -- name: COALA - link: http://coala.global - -- name: Internet Archive - link: https://archive.org - -- name: Human Data Commons Foundation - link: https://humandatacommons.org - -- name: Dyne.org - link: https://www.dyne.org - -- name: Monax - link: https://monax.io - -- name: IPFS - link: https://ipfs.io - -- name: unMonastery - link: http://unmonastery.org - -- name: BigchainDB - link: https://www.bigchaindb.com - -- name: OpenMedia - link: https://openmedia.org - -- name: SmartContract - link: https://smartcontract.com - logo: false - -- name: OuiShare - link: http://ouishare.net - -- name: Tendermint - link: https://tendermint.com - -- name: Stratumn - link: https://www.stratumn.com - -- name: CREATE-NET - link: http://create-net.fbk.eu - logo: false - -- name: KICTANet - link: https://www.kictanet.or.ke - -- name: Global Consent - link: http://www.consent.global/ - logo: false diff --git a/_src/_data/content-foundation.yml b/_src/_data/content-foundation.yml deleted file mode 100644 index 6fdf776..0000000 --- a/_src/_data/content-foundation.yml +++ /dev/null @@ -1,34 +0,0 @@ -intro: | - Building a decentralized organization that runs smoothly is not easy. We’ve learned from those who came before us, from the DNS to The DAO. - - IPDB is coordinated by the IPDB Foundation, which is made up of its member caretakers and its elected management board. The IPDB Foundation advances the research of blockchain technology and decentralized governance for the benefit of society. - -caretakers: - title: Caretakers - description: "The IPDB Foundation is made up of member organizations we call caretakers. Our caretakers elect our management board and run the nodes that store and validate blocks containing the transactions sent to IPDB." - features: - - title: "Public interest mandate" - description: "A majority of caretakers must be not-for-profit organizations so the mission will take priority over profit." - - title: "Jurisdictional diversity" - description: "Less than half of the caretakers can be based in any one legal jurisdiction, so a single legal attack can't shut down the network." - - title: "Geographical diversity" - description: "Our caretakers are based around the world to limit disruption from regional events such as power outages or natural disasters." - - title: "Management board" - description: "Caretakers elect the management board, which is responsible for the day-to-day operations of IPDB." - members: - title: "Current Caretakers" - description: "Our caretakers share our commitment to building a decentralized internet." - -board: - title: Management Board - description: "The management board oversees the day-to-day operations of the IDPB Foundation. The management board is elected by the caretakers for a two year term." - -vision: - title: "Science & Research" - description: "The IPDB Foundation advances science and research." - text: | - The IPDB Foundation promotes science and research on the operation of scalable blockchain databases, the governance of decentralized systems, and the applications of blockchain technology. - - The IPDB Foundation has taken a leading role in the Berlin blockchain community. We co-organized the [9984 Summit](https://2017.9984.io/), a two-day conference in Berlin bringing together top blockchain thinkers from around the world. We co-organize the [IPDB-BigchainDB Meetup](https://www.meetup.com/BigchainDB-IPDB-Meetup/) in Berlin. We have sent speakers to numerous conferences and events in Berlin and across the EU, and have published numerous [blog posts](https://medium.com/ipdb-blog) on blockchain technology. - - In the future we will continue to make our work available in many ways——hosting or presenting at conferences and workshops, publishing research results and technical papers, releasing open source software, and more. Everything we do will be made available online, for the benefit of the public. diff --git a/_src/_data/content-front.yml b/_src/_data/content-front.yml index 311e887..6cc143d 100644 --- a/_src/_data/content-front.yml +++ b/_src/_data/content-front.yml @@ -3,6 +3,23 @@ hero: description: "IPDB is a ready-to-use public network with a focus on strong governance, all powered by BigchainDB." action: "Get started with IPDB" +farewell: + title: "As of January 19th, 2018, IPDB will be shutting down." + text: | + We've thought long and hard about this decision. Our plan to be an internet-scale blockchain database for the world started in mid-2015, and those two and a half years are an eternity in blockchain time. The world has changed, and funding to maintain and operate IPDB while maintaining its core values became an insurmountable struggle. + + We’ve reached milestones in our short time that make us extremely proud. We built a governance model that offered transparency and legitimacy. We confronted the reality of data protection law. We will make these and other learnings available to you in the form of blog posts, reports, or contributions to other projects over the coming months. + + We want to thank everyone who has contributed to IPDB, especially our caretakers and board members. IPDB would not have made it this far without your guidance and expertise. + + We also want to thank the people who have been using the IPDB Test Network. We’ve been driven by the dreams of what you’ll build. + + The IPDB Test Network will continue to run until January 19, 2018, at which point it will be shut down. All accounts and data will be erased and no new sign-ups will be accepted. + + [BigchainDB](https://www.bigchaindb.com) has started its own test network running the same BigchainDB software that powered IPDB. [You can sign up to use it today](https://testnet.bigchaindb.com). + + See you on the internet. + intro: title: "A planetary-scale blockchain database" description: "The distributed, permanent web is evolving and needs a decentralized database. We are that database." diff --git a/_src/_data/faq.yml b/_src/_data/faq.yml deleted file mode 100644 index 56c01cd..0000000 --- a/_src/_data/faq.yml +++ /dev/null @@ -1,102 +0,0 @@ -- question: What is IPDB? - answer: | - IPDB is the Interplanetary Database. It's a ready-to-use public network with a focus on strong governance, all powered by BigchainDB. Think of IPDB as being the database for a decentralized world computer. - -- question: Who owns IPDB? - answer: | - No one “owns” IPDB. We see it as a public good. IPDB is operated by the IPDB Foundation e.V., a charitable organization registered in Berlin, Germany. The IPDB Foundation has a number of member organizations, or Caretakers, who provide consensus voting and input on governance. - -- question: How is IPDB funded? - answer: | - The IPDB Foundation is currently funded by BigchainDB GmbH, but plans to become self-sufficient through donations and by selling transactions on IPDB. - -- question: Where can I find the IPDB governance documents? - answer: | - Our [Articles of Association](/foundation/articles/) are available in German and in English. - -- question: Who is on the Board of Directors? - answer: | - You can always find the current [Board of Directors on the Foundation page](/foundation/#board). - -- question: Who can use IPDB? - answer: | - Anyone can use IPDB. You can learn more about getting started [on the front page](/). - -- question: What are the IPDB Terms of Service and Privacy Policy? - answer: | - The most recent versions of the [IPDB Terms of Service](https://ipdb.io/terms) and [IPDB Privacy Policy](https://ipdb.io/privacy) are always available on the IPDB website. - -- question: How do I use IPDB? - answer: | - IPDB is based on [BigchainDB](https://www.bigchaindb.com/). You can learn about using the IPDB client API on the BigchainDB documentation page. - -- question: How much does it cost to use IPDB? - answer: | - When it launches, IPDB will be free to everyone. Eventually IPDB will start charging its heavy users on a per-transaction basis. For most users, IPDB will remain free. - -- question: How much *will* it cost? - answer: | - We don’t know yet, but we intend to keep it really cheap. Cheap means orders of magnitude cheaper than other blockchain databases. - -- question: Is it open source? - answer: | - All the code and documentation used or produced by IPDB is open source. You can view the source for [BigchainDB](https://github.com/bigchaindb/bigchaindb), or better yet, make a contribution! - -- question: What do Caretakers do? - answer: | - Caretakers play a critical role in IPDB’s operation and governance (see “How does consensus work on IPDB?”). In addition to voting on transactions on IPDB, Caretakers vote to approve new Caretakers and to select the IPDB Foundation’s board of directors. - -- question: How are Caretakers chosen? - answer: | - Caretakers can apply to IPDB to be considered. The existing Caretakers will vote to decide whether a new Caretaker should be added. - -- question: Who can become a Caretaker? - answer: | - Caretakers must have demonstrated a commitment to building or protecting an open, decentralized Internet. A majority of the Caretaker roles must be held by not-for-profit organizations. Caretakers are chosen to reflect a diversity of roles, geographical locations, and jurisdictions. - -- question: Who are the current Caretakers? - answer: | - You can always find the current list of [IPDB Caretakers on the Foundation page](/foundation/#caretakers). - -- question: Can my organization be a Caretaker? - answer: | - Maybe! If you think you’re a good fit, contact us at !EMAIL_CARETAKERS!. - -## Transactions -- question: Can I delete a Transaction? - answer: | - No. Transactions cannot be deleted from IPDB once they have been written. Not even the IPDB Foundation or any of the Caretakers can delete or change Transactions once they have been written. - -- question: Who owns the information I write to IPDB? - answer: | - You do. You keep the copyright or other rights in all information you record to IPDB. - -## Technical - -- question: What technology is IPDB based on? - answer: | - IPDB is a public instance of [BigchainDB](https://www.bigchaindb.com/), a scalable blockchain database. - -- question: What is the IPDB consensus model? - answer: | - IPDB operates on a federated model for consensus. The IPDB federation relies on a number of trusted entities we call Caretakers. The Caretakers vote on all transactions on the network, and transactions approved by the majority are added to the database. You can learn more about the consensus model in the BigchainDB [whitepaper](https://www.bigchaindb.com/whitepaper/). - -- question: Is IPDB a blockchain? - answer: | - No. IPDB brings blockchain characteristics to an open source big data database: 1) decentralized control, 2) immutability, and 3) assets. - -- question: Is IPDB a currency? - answer: | - No. IPDB has native assets but those assets are not a currency. Instead, anyone can issue and transfer assets or tokens that represent something else. - -- question: Can other people see my transactions? - answer: | - Yes. Anyone can see the transactions made on IPDB. IPDB is a public instance of BigchainDB. - -- question: Can IPDB talk to other blockchains? - answer: | - BigchainDB has already been integrated with other services. Other integrations are waiting to be created. If you have a request, or better still, if you want to help out, you can head over to the [BigchainDB developer community](https://github.com/bigchaindb/bigchaindb) at Github. - -- question: Why is IPDB better than Ethereum, Bitcoin, IPFS, Dogecoin…? - answer: | - IPDB is not a replacement for decetralized computation platforms such as Ethereum, file storage from IPFS, or cryptocurrencies such as Bitcoin. IPDB is *complimentary* to them. We see IPDB as filling a gap in the decentralized stack. diff --git a/_src/_data/menus.yml b/_src/_data/menus.yml index 71d1ab3..61a0c04 100644 --- a/_src/_data/menus.yml +++ b/_src/_data/menus.yml @@ -1,23 +1,9 @@ main: - - title: Foundation - url: /foundation/ - - title: Docs - url: /docs/ - title: Contact url: /contact/ -footer: - - title: FAQ - url: /faq/ - - title: Blog - url: https://medium.com/ipdb-blog - - title: Jobs - url: /jobs/ - legal: - - title: Terms - url: /terms/ - - title: Privacy - url: /privacy/ + - title: Contact + url: /contact/ - title: Imprint url: /imprint/ diff --git a/_src/_includes/board.html b/_src/_includes/board.html deleted file mode 100644 index 617540c..0000000 --- a/_src/_includes/board.html +++ /dev/null @@ -1,41 +0,0 @@ -
{{ content.caretakers.description }}
-{{ feature.description }}
-{{ content.caretakers.members.description }}
-{{ content.board.description }}
-{{ content.vision.description }}
-{{ content.intro.description }}
- - {{ content.intro.text | markdownify }} -{{ content.foundation.description }}
-{{ content.roadmap.description }}
-{{ step.net }}
-{{ step.target }}
- {% if step.time %}{{ step.time }}
{% endif %} -{{ content.getstarted.description }}
-Create your first transaction quickly and easily on the BigchainDB Get Started page, or the art of crafting a perfect transaction.
- Send your first transaction -- {{ tool.description }} -
-{{ content.connect.description }}
-