Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clockwork-xyz/docs
Documentation of Clockwork concepts and tooling.
https://github.com/clockwork-xyz/docs
solana
Last synced: 3 months ago
JSON representation
Documentation of Clockwork concepts and tooling.
- Host: GitHub
- URL: https://github.com/clockwork-xyz/docs
- Owner: clockwork-xyz
- Created: 2022-09-07T16:58:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T08:12:20.000Z (over 1 year ago)
- Last Synced: 2023-06-02T09:24:58.788Z (over 1 year ago)
- Topics: solana
- Homepage: https://docs.clockwork.xyz
- Size: 7.45 MB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
**Clockwork** **is an open-source automation engine for the** [**Solana**](https://solana.com/) **blockchain**. Developers can use Clockwork to schedule transactions and build automated, event-driven smart-contracts.
{% embed url="https://www.youtube.com/watch?v=1iBG1U3VE6Y" %}
Clockwork presentation at Breakpoint 2022.
{% endembed %}### **Blockchains**
**Blockchains represent a major paradigm shift in software engineering.** Where applications are traditionally hosted in large centrally managed data centers, blockchains like Solana offer an alternative computing environment – one that's run by a decentralized community of stakeholders. On a blockchain, computing is secured by smart-contracts and data is automatically replicated to thousands of servers around the world. This helps makes information more transparent to users and tamperproof from malicious actors. These qualities make blockchains an ideal choice for applications where cryptographically-secured truth is important.
### Automated smart-contracts
**Clockwork helps bring smart-contracts to life.** We often want applications to run automatically, according a schedule, or to be triggered by some unplanned event. Developers can use Clockwork to encode these rules directly into their smart-contracts. Once these rules are in place, the Clockwork worker network (i.e. Solana RPC nodes) will monitor for the events your programs care about and submit transactions on your program's behalf. In this way, you can build fully autonomous smart-contracts without having to build and maintain your own expensive off-chain infrastructure.
### Why Solana?
**Solana is the most performant and scalable public blockchain in the world.** With its affordable fees, reliable transactions, and globally distributed validator network, Solana is a favorite amongst users and developers alike. Currently humming along at [**\~40,000,000**](https://dune.com/kroeger0x/Solana-Metrics) transactions per day, Solana processes more transactions than many other notable blockchains combined. And with over [**2,000**](https://solana.com/news/validator-health-report-august-2022) validators running on six different continents around the world, Solana is by many metrics one the most decentralized blockchains in the world.