- Notifications
You must be signed in to change notification settings - Fork0
stellar-deprecated/soroban-name-service
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an experimental project. It may contain bugs or security issues
Rust is not required to be installed in the system. You will neednix installed.
To run development shell simply runnix develop
. Cargo and rust are available inside this shell.
To make a build runnix build
. It will create a release wasm file inresult/lib
.
Currently, soroban-cli is not accessible in dev shell by default. You will need to install it manually via running in dev shellcargo install --locked --version 0.4.0 soroban-cli
.Note, that it won't be managed by nix (i.e. it's installed into ~/.cargo/bin/soroban). Adding soroban-cli into your home directory.
When using IDE, it's recommended to run it from dev shell. Rust and cargo are in $PATH, so your IDE should be able to pick it upand work normally. If it doesn't, you can get location of rustc viawhich rustc
command inside devshell.
About
Soroban name service
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Contributors7
Uh oh!
There was an error while loading.Please reload this page.