File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ nix run .#mainnet/node
36
36
```
37
37
38
38
More detailed instructions on GHC, Cabal, libraries and ` cardano-node ` setup can be found here:
39
- - [ Installing Cardano Node from source] ( https://github.com/IntersectMBO/ cardano-node/blob/master/doc/getting-started/install.md )
40
- - [ Building Cardano Node with nix] ( https://github.com/IntersectMBO/ cardano-node/blob/master/doc/getting-started/ building-the-node-using- nix.md )
39
+ - [ Installing Cardano Node from source] ( https://developers.cardano.org/docs/get-started/ cardano-node/installing-cardano-node/#building-from-source )
40
+ - [ Building Cardano Node with nix] ( https://developers.cardano.org/docs/get-started/ cardano-node/installing-cardano-node/# building-via- nix )
41
41
42
42
### Set up and run the db-sync node
43
43
44
44
- Install secp256k1 library as a prerequisite for building with cabal:
45
45
46
46
``` shell
47
- ./scripts/secp256k1-setup.sh ac83be33d0956faf6b7f61a60ab524ef7d6a473a
47
+ ./scripts/secp256k1-setup.sh acf5c55ae6a94e5ca847e07def40427547876101
48
48
# Check ./github/workflows/haskell.yml to validate the git sha above.
49
49
50
50
# On Linux
You can’t perform that action at this time.
0 commit comments