https://github.com/dgca/mole-network
https://github.com/dgca/mole-network
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgca/mole-network
- Owner: dgca
- Created: 2023-03-04T05:00:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T23:11:16.000Z (over 3 years ago)
- Last Synced: 2025-01-07T21:52:52.998Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://mole.network
- Size: 4.01 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mole Network
Mole Network is a interchain, cross-chain, and cross-network communication system. It lets you capture, manipulate, and store event data in whatever way you want.
Use the Mole Network to write off-chain data directly to your contract, to transform on-chain data in a cheap and efficient way, or to build a communication layer between your cross-chain application.
## Getting started with MoleNet CLI
1. Clone repo && `cd` into root
2. `yarn`
3. Optional: `yarn add -g nx` (if you don't do this, you'll have to run commands as `npx nx` instead of `nx`)
4. To start the MoleNet CLI and processing ETL Specs: `nx start mole-cli --args="--spec=SPEC-NAME-HERE"`
To learn more about Nx, visit the [Nx Documentation](https://nx.dev).