Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andresilva/polkadot.nix
Polkadot ecosystem nixified
https://github.com/andresilva/polkadot.nix
Last synced: 2 months ago
JSON representation
Polkadot ecosystem nixified
- Host: GitHub
- URL: https://github.com/andresilva/polkadot.nix
- Owner: andresilva
- License: mit
- Created: 2023-07-03T18:09:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-22T14:04:01.000Z (7 months ago)
- Last Synced: 2024-05-22T16:12:07.094Z (7 months ago)
- Language: Nix
- Homepage:
- Size: 765 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**polkadot.nix** is a collection of Nix packages related to the [**Polkadot**](https://polkadot.network/) ecosystem.
## Packages
- [graypaper](https://github.com/gavofyork/graypaper)
- [polkadot](https://github.com/paritytech/polkadot-sdk/tree/master/polkadot)
- [srtool-cli](https://github.com/chevdor/srtool-cli)
- [subalfred](https://github.com/hack-ink/subalfred)
- [subkey](https://github.com/paritytech/polkadot-sdk/tree/master/substrate/bin/utils/subkey)
- [subrpc](https://github.com/chevdor/subrpc)
- [subwasm](https://github.com/chevdor/subwasm)
- [subxt-cli](https://github.com/paritytech/subxt/tree/master/cli)
- [zepter](https://github.com/ggwpez/zepter)
- [zombienet](https://github.com/paritytech/zombienet)## Development shell
A shell derivation is included that provides a development environment with all the requirements necessary to build
[polkadot-sdk](https://github.com/paritytech/polkadot-sdk).## Usage
You need to enable flakes support (https://nixos.wiki/wiki/Flakes#Enable_flakes).
### Run packages
```
nix run ".#polkadot"
```### Development shell
```
nix develop
```