This module depends on ismyhc.vsecp256k1 and ismyhc.vbech32 modules.
- automake
- libtool
brew install automake libtool
sudo apt-get install automake libtool
sudo dnf install automake libtool
sudo yum install automake libtool
- Download and install MSYS2
- Open MSYS2 terminal and run the following command:
pacman -S automake libtool
- Make sure you have automake and libtool installed
- Navigate to where the module was installed
- Run the following command assuming you .vmodules locations is like bellow:
v run ~/.vmodules/ismyhc/vsecp256k1/build.vsh
This should compile the C code and generate the necessary files for the V module. You should only have to do this once.
import ismyhc.vnostr
- TODO: Add examples
- TODO: Add documentation
- TODO: Add tests