Grassland Full Node Implementation
Installers are available on the Latest Releases page. The following platforms are supported:
Platform | Versions |
---|---|
Windows | 7 and above |
macOS | 10.15 and above |
Linux | See below |
iOS/iPadOS (coming soon) | |
Android (coming soon) |
Grassland Full Node is wriiten in the Rust and JavaScript languages using the Tauri application framework.
Follow these instructions to install Rust and system dependencies
cargo install tauri-cli
Instructions for installing Node.js can be found here.
Assuming Git is installed, clone the repository:
git clone https://github.com/grasslandnetwork/grassland
cd grassland
Install the npm dependencies, this should be repeated each time any of the package.json
files are updated.
npm install
To build the application, run:
cargo tauri build
Contributions of all kinds are welcome!
- Found a bug? Please open an issue and let us know
- Looking for a feature? Start a discussion
- Fancy hacking on the project? Please see CONTRIBUTING.md for more information on getting set up.