You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From now, execute every command in devshell dropped by `nix develop`
44
+
From now, execute every command in the devshell created by the above command.
45
+
46
+
Note: if you run into a permission error when executing the above command, you may need to run `sudo chmod 777 -R /nix`, then run the above command again. Be aware that more restrictive file permissions may be safer.
44
47
45
48
### Setup `nft.storage` key
46
49
@@ -50,15 +53,15 @@ Replace `NFT_STORAGE_KEY_HERE` in `arion-compose.nix` with your key. You can obt
50
53
51
54
If you have node db you can copy it to `data/cardano-node/cardano-node-data` to save hours on initial sync.
Please note that `arion up` will require a full cardano node to sync, which can take some time. At time of writing (April, 2022), the current tip is at slot 56000000 and counting.
@@ -76,10 +79,10 @@ See the minting section in `seabug-contracts/README.md`. The following section d
0 commit comments