contracts

package
v0.5.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2024 License: LGPL-3.0 Imports: 6 Imported by: 0

README

Smart Contracts for Settlus

How to Build

pnpm build

Deploy Sample NFT

pnpm sample-nft

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//go:embed compiled_contracts/ERC20MinterPauserBurnerDecimals.json
	ERC20JSON []byte //nolint: golint

	// ERC20Contract is the compiled erc20 contract
	ERC20Contract evmtypes.CompiledContract

	// ERC20Address is the erc20 module address
	ERC20Address common.Address
)
View Source
var (
	//go:embed compiled_contracts/ERC721.json
	ERC721JSON     []byte //nolint: golint
	ERC721Contract evmtypes.CompiledContract
	ERC721Address  common.Address
)
View Source
var (
	//go:embed compiled_contracts/ERC20NonTransferable.json
	SBTJSON []byte //nolint: golint

	// SBTContract is the compiled SBT contract
	SBTContract evmtypes.CompiledContract
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL