@horizongames/skyweaver-contracts

Skyweaver trading card smart contracts

Usage no npm install needed!

<script type="module">
  import horizongamesSkyweaverContracts from 'https://cdn.skypack.dev/@horizongames/skyweaver-contracts';
</script>

README

@horizongames/skyweaver-contracts

Skyweaver trading card smart contracts built on Ethereum. Skyweaver cards follow the ERC-1155 token standard.

For more information see, github.com/horizon-games/Skyweaver-contracts.

Getting started

Install

yarn add @horizongames/skyweaver-contracts or npm install @horizongames/skyweaver-contracts

Contract Verification

yarn verify --network {NETWORK_NAME} "{CONTRACT_NAME}={CONTRACT_ADDRESS}"

NOTES

@horizongames/skyweaver-contracts includes the following files in its package distribution:

  • artifacts -- hardhat output of contract compilation
  • typings -- ethers v5 typings for easier interfacing with the contract abis

LICENSE

Copyright (c) 2017-present Horizon Blockchain Games Inc.

Licensed under Apache-2.0