diff --git a/web/e.cash/pages/developers.js b/web/e.cash/pages/developers.js index c1c14f4bb..9fe59ec3d 100644 --- a/web/e.cash/pages/developers.js +++ b/web/e.cash/pages/developers.js @@ -1,110 +1,129 @@ // Copyright (c) 2023 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. import Layout from '/components/layout'; import SubPageHero from '/components/sub-page-hero'; import H3 from '/components/h3'; import Link from 'next/link'; import { Container, GradientSpacer } from '/components/atoms'; import coinupdown from '/public/animations/coin-up-down.json'; function Developers(props) { return (

- Anyone can contribute to the eCash codebase. Start today - with open source tools, libraries, and examples listed - below. + “Building” is one of the great filters in + cryptocurrency. In eCash, it's also uniquely + accessible. You can start right away, and make meaningful + contributions in days. +

+

+ There are many good reasons to start creating software. + Leverage is one of the best. A single app written by a + single dev can reach millions of customers overnight. +

+

+ A good strategy to make an app successful is to go though a + process of trial, error, feedback, and iteration. Reducing + the cycle time of this process is critical. This is called + rapid prototyping. +

+

+ eCash has some of the most impressive rapid prototyping on + the market. Today, interested developers can build powerful + apps that send and receive money instantly. It can take less + than a few hours to get an MVP online and available to + users.

  • Contributions guide

  • chronik-client , interact with the eCash blockchain through the chronik indexer
  • BitGo utxo-lib , create a wallet, build eCash transactions, manage utxos
  • ecashaddrjs , tools for working with eCash addresses
  • ecash-script , tools for parsing OP_RETURN transactions

  • App dev examples
  • Cashtab codebase
); } export default Developers;