Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


nix-polkadot logo

**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
```