0.0.37 • Published 5 years ago

@astraldao/astral-protocol-contracts v0.0.37

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

astral-protocol-contracts

Usage

  • Run a blockchain, e.g. ganache, in a separate termina yarn ganache
  • Deploy contracts with yarn truffle
  • Run tests with yarn truffle-test

uint256 public constant SPATIAL_ASSET_A = 0x000063169218f348dc640d171b000208934b5a90189038cb3084624a50f7316c;

javascript call to mint 1 nft (msgSender(), SPATIAL_ASSET_A, 1, "0x0");