Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Phala-Network/phat-dashboard
https://github.com/Phala-Network/phat-dashboard
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Phala-Network/phat-dashboard
- Owner: Phala-Network
- Created: 2023-02-15T15:29:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T01:37:43.000Z (10 months ago)
- Last Synced: 2024-05-20T22:47:07.599Z (8 months ago)
- Language: Rust
- Size: 4.59 MB
- Stars: 3
- Watchers: 8
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-phat-contracts - Phat Bricks - Phat Bricks offers the ability to deploy applications without the need for coding. Phat Contract provides pre-defined components (Phat Bricks), and customizable templates (Blueprints) to effortlessly construct functional and efficient dApps. (Phat Contract Examples / Consumer Contract Examples)
README
# Phat Bricks Version of Oracle
## Steps
1. Deploy the client smart contract following the [EVM tutorial](./evm/README.md) and record its address;
2. Run the Phat Bricks backend following the [Phat tutorial](./phat/README.md). Make sure the `ANCHOR` is set to the address above;
1. The backend will keep running and listen to the requests from your smart contract;
3. Check the backend logs in your console to find the identity of ActionOffchainRollup;
4. Setup your smart contract by replacing the arguments in the `./scripts/testnet-set-attestor.ts` and then run `npx hardhat run --network mumbai ./scripts/testnet-set-attestor.ts` under `evm` folder;
5. Append new request by running `npx hardhat run --network mumbai ./scripts/testnet-push-request.ts`, still replace the argument.