Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celo-org/celo-monorepo
Official repository for core projects comprising the Celo platform
https://github.com/celo-org/celo-monorepo
blockchain celo crypto cryptocurrency dapp ethereum financial-inclusion smart-contracts stablecoin
Last synced: 23 days ago
JSON representation
Official repository for core projects comprising the Celo platform
- Host: GitHub
- URL: https://github.com/celo-org/celo-monorepo
- Owner: celo-org
- License: apache-2.0
- Created: 2019-07-18T19:05:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T11:31:36.000Z (6 months ago)
- Last Synced: 2024-05-22T12:33:06.927Z (6 months ago)
- Topics: blockchain, celo, crypto, cryptocurrency, dapp, ethereum, financial-inclusion, smart-contracts, stablecoin
- Language: Solidity
- Homepage: https://celo.org
- Size: 157 MB
- Stars: 679
- Watchers: 61
- Forks: 358
- Open Issues: 81
-
Metadata Files:
- Readme: README-dev.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- best-of-crypto - GitHub - 1% open · ⏱️ 05.06.2024): (Others)
- awesome-monorepo - Celo 的 monorepo(包括区块链、杂项工具、库、操作东西诸如 terraform 模块、文档等) - org/celo-monorepo.svg?style=social&label=Star) (著名的公开 monorepos / Code ownership)
README
# README GUIDE FOR CELO DEVELOPERS
## How to run a local testnet
Often when developing, it is useful to create a test network localy using the full celo-blockchain binary to go beyond what can be done with other options such as [Ganache](https://www.trufflesuite.com/ganache)
The quickest way to get started with a local testnet is by running `yarn celotool local-testnet` from the `monorepo` root.
This command will create a local testnet with a single validator node and deploy all smart contract migrations to it.
Once the network is initialized a NodeJS REPL is provided to help interact with the running nodes.
For more options, consult `yarn celotool local-testnet --help`, which provides an overview of the tool and its options.### Verify installation in Docker
Test installation in isolation using Docker.
This confirms that it is locally installable and does not have implicit dependency on rest of the `celo-monorepo` or have an implicit dependency which is an explicit dependency of another `celo-monorepo` package.