https://github.com/studiowebux/cardano-private-node
Private local cardano node
https://github.com/studiowebux/cardano-private-node
cardano cardano-node
Last synced: 8 months ago
JSON representation
Private local cardano node
- Host: GitHub
- URL: https://github.com/studiowebux/cardano-private-node
- Owner: studiowebux
- Created: 2024-08-07T01:04:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-26T17:06:36.000Z (over 1 year ago)
- Last Synced: 2025-02-23T20:12:02.190Z (over 1 year ago)
- Topics: cardano, cardano-node
- Language: TypeScript
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Private cardano node + tools
This setup is a straightforward private Cardano cluster equipped with several tools for local development.
It also includes a basic UI that functions as a faucet for obtaining test funds.
Additionally, I tested and updated a fork of the NAMI wallet to ensure a working browser extension.
## Documentation
- [HOW TO](infrastructure-resources/HOW_TO.md)
- Youtube Video : https://youtu.be/BYICNUiORAE
## Components (Tested)
- Cardano node 10.1.1
- Ogmios v6.8.0
- Postgres 14.10
- DB Sync 13.5.0.2
- Submit API
- Blockfrost RYO v2.2.4
- Faucet-UI (maintained) - http://localhost:8002/
- Wallet-UI (Don't really need it anymore)
- token-registry it is a placeholder API for NAMI
- NAMI Fork: https://github.com/studiowebux/nami (You will have to change the IP to fit your setup, see bottom of the readme for the steps.)
## Blockfrost API Endpoints
- http://localhost:3010/blocks/latest
- http://localhost:3010/addresses/addr_test1qqx93zaarmlqwv5ptslvaclyxt3kke2296kpaf6vfkz87kyzgpt30akcklt630wjw4cqzc253k6ud63c5kh9jexldmvs0h7dq6/utxos
- http://localhost:3010/epochs/latest/parameters
## Contribution
- Feel free to open GitHub issues if you encounter any problems or have suggestions.
- I began working on this ~two~ few weeks ago, so it is still a work in progress.
- My primary focus has been on the components that I needed most, cardano node, Ogmios, submit api, blockfrost RYO and DB Sync.