Categorygithub.com/mysteriumnetwork/terms
repository
0.0.58
Repository: https://github.com/mysteriumnetwork/terms.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Terms of use for BlockDEV AG (Mysterium Network) software

Provides terms and conditions for embedding into various platforms.

For local testing purposes you can generate after updating markdown sources (for all targets):

NEXT_VERSION=testver go run mage.go -v GenerateGo GenerateJs

Changes do not need to be committed. CI will generate changes automatically.

Go

Usage:

package main

import (
	"fmt"

	"github.com/mysteriumnetwork/terms/terms-go"
)

func main() {
	fmt.Println(terms.Warranty)
	fmt.Println(terms.TermsEndUser)
}

Javascript

npm version

Usage:

import {TermsEndUser, TermsExitNode} from '@mysteriumnetwork/terms'

console.log(TermsEndUser)
console.log(TermsExitNode)