1.0.2 • Published 3 years ago

@master-ventures/paid-dapp-contracts v1.0.2

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

paid-dapp-contracts

Please refer to the Official Wiki for an explanation of the contract.

Contract Addresses

Binance Smart Chain (Testnet)

  • Using this Token Address: 0xD4571aD34970A524FcD50Ff2c4715929C3B0d6b0
  • SmartAgreement Anchoring: 0x6d2Aec6BE9d31b8777d25F5E64e64D1ca0F9E1b5
  • Escrow: 0x015D9bDECFeCA19eDAF4D27F8003F680E1a77d09

Rinkeby Testnet

  • Using this Token Address: 0x4756c2d4BD8C94a91b910bDD9F6e8cC12676A40F
  • SmartAgreement Anchoring: 0x03e4dC91c7b067aAb9a0C2Fdb2588C7Ec897D1A5
  • Escrow: 0xFFFBF7a742386dC5610178F09CA1cCcFfEF0dc89

Running Tests

  • On Hardhat: npm run test
  • On Ganache: npm run test -- --network localhost

Deploying

  1. Add your private key to .env, use .env.sample es an example.
  2. Deploy to the network:
  • On Ganache: npm run deploy -- --network localhost
  • On BSC: npm run deploy --network bscTestnet
  • On Rinkeby: npm run deploy -- --network rinkeby