Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/critesjosh/celo-book
Celo for Application Developers
https://github.com/critesjosh/celo-book
Last synced: 18 days ago
JSON representation
Celo for Application Developers
- Host: GitHub
- URL: https://github.com/critesjosh/celo-book
- Owner: critesjosh
- License: other
- Created: 2022-03-11T21:31:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T00:36:32.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T07:41:12.346Z (2 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Celo for Application Developers
===[![hackmd-github-sync-badge](https://hackmd.io/yvdHPcEEQYifNviqqqKDjw/badge)](https://hackmd.io/yvdHPcEEQYifNviqqqKDjw)
#### Table of Contents
[toc]
#### Introduction
- [Introduction](/cw-TLRWUS7unIqYP-LQ7lw)
Wallets
---- [Overview](/BTdVTpmKT3K_FBq3aq9M6w)
- [Accounts](/NbAqAX2xSVOiJ5VozYFnww)
- [Transactions](/KxAHDcbVQE-sOXY2i20AhA)
- [Public key cryptography](/k5qoRowgSaKu8fmXGfLe8A)Development Basics & Context
---Create a new token and deploy it to the network to learn about and play with many important concepts for blockchain development. First we will design a simple token contract and deploy it to Celo. As we deploy the token we will review concepts like transactions, accounts, blocks, etc.
- [Blockchain Basics](/l34Lkh1SRQq0GHTeHOw7mA)
- [Running a Local Blockchain Simulator](/V93Ye0RkSdql1LmC-oxsxQ)
- [Smart Contract Development Frameworks](/LJtRL-2TRE2h99F7QwPUaw)
- [Oracles](/uIqDi9b0RM-VDZhDCqRu9A)The EVM
---- [The Ethereum Virtual Machine](/5gRKwzRaR7exxtIHsFHbFA)
Tokens
---- [Fungible Tokens](/_kxXh5gCRgCEQASEElPyPQ)
- [NFTs](/-aKscaTKTUCytodYC7KULg)
- CryptoPunks
- ERC721
- ERC1155Interfaces
---- [Command Line interfaces](/6s5XKKsoTea1wy6jYRcCQw)
- [React applications](/R7Z8IAWdQuessKY8CAT9_A)
- [Mobile Applications](/QjwKNpfMSWil7uFSPu3nTQ)TODO
---- [ ] [Writing Solidity](/puGzPDCiTUqMggeUXyfbyw)
- [ ] [User Interfaces](/BI6DyDLAQLuGIwvmrSYN7Q)[Edit on Github](https://github.com/critesjosh/celo-book/edit/main/README.md)
###### tags: `Celo book`