https://github.com/benschza/etherlime-nix
Nix/NixOS package for Etherlime
https://github.com/benschza/etherlime-nix
Last synced: 6 months ago
JSON representation
Nix/NixOS package for Etherlime
- Host: GitHub
- URL: https://github.com/benschza/etherlime-nix
- Owner: BenSchZA
- Created: 2019-08-15T11:31:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T11:36:02.000Z (about 6 years ago)
- Last Synced: 2025-02-15T23:41:51.142Z (8 months ago)
- Language: Nix
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Resources
1. Nix, The Purely Functional Package Manager: https://nixos.org/nix/
2. Node2Nix, generate Nix expressions to build NPM packages : https://github.com/svanderburg/node2nix
3. Etherlime, Dapp Development framework based on ethers.js: https://github.com/LimeChain/etherlime## Prerequisites
Install Nix package manager and `node2nix`
## Generate Nix expressions (only if updating)
`node2nix --nodejs-10 -i node-packages.json`
## Installation
`nix-env -f default.nix -iA etherlime --keep-going`