Skip to content

anonanonymous/turtlecoin-rpc-nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TurtleCoin RPC Nim

A nim wrapper for the turtlecoin rpc interface

Installation

nimble install https://github.com/anonanonymous/turtlecoin-rpc-nim

Dependencies

Nim 0.19

  • Arch Linux: sudu pacman -Sy nim nimble
  • Ubuntu / Debian: sudo apt update; sudo apt install nim nimble

Quick Start

Open example.nim and initialize a Wallet instance using your daemon configuration
The default host and port are used if they are not specified.
let wallet = initWallet(host = "<hostname>", port = <port number>, password = "your password")
Compile and run using nim c -r -d:release example.nim

About

A nim wrapper for the turtlecoin rpc interface. https://api-docs.turtlecoin.lol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages