0.0.14 • Published 3 years ago

@big-whale-labs/seal-cred-posts-contract v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Seal Cred Posts contract

Used to save post data on the blockchain.

Usage

  1. Clone the repository with git clone git@github.com:BigWhaleLabs/seal-cred-posts-contract
  2. Install the dependencies with yarn
  3. Add environment vareables to your .env file
  4. Run the scripts below

Environment variables

NameDescription
ETHERSCAN_API_KEYEtherscan API key
ETH_RPCEthereum RPC URL
CONTRACT_OWNER_PRIVATE_KEYPrivate key of the contract owner to deploy the contracts
COINMARKETCAP_API_KEYCoinmarketcap API key

Also check out the .env.sample file for more information.

Available scripts

  • yarn build — compiles the contract ts interface to the typechain directory
  • yarn test — runs the test suite
  • yarn deploy — deploys the contract to the network
  • yarn eth-lint — runs the linter for the solidity contract
  • yarn lint — runs all the linters
  • yarn prettify — prettifies the code in th project
  • yarn release — relases the typechain directory to NPM
0.0.15-0

3 years ago

0.0.14-0

3 years ago

0.0.15-2

3 years ago

0.0.15-1

3 years ago

0.0.14

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago