Skip to content

adminoid/matrix-bnb

Repository files navigation

Matrix project

Project for Binance Smart Chain

using:

  • npm
  • hardhat
  • openzeppelin-solidity

BSC Testnet (bsc_testnet) values

Getting testnet tokens: https://testnet.binance.org/faucet-smart

hardhat stuff

run localhost:
npx hardhat node

run tests:
npx hardhat test

deploy (to testnet):
npx hardhat run --network testnet scripts/deploy.js

Loop scheme

              .___________________________________________________________________________________________________.
c.register -> | [mt.register:_2_] -> mt.goUp -> [c.updateUser:_1_]                                                |
              |              \-> c.sendHalf:END               \-> [c.matricesRegistration:_3_ -> mt.register:_2_] |
              |___________________________________________________________________________________________________|

                                             .___________________________________________________________________________________________________.
c.receive -> [c.matricesRegistration:_3_] -> | [mt.register:_2_] -> mt.goUp -> [c.updateUser:_1_]                                                |
                                             |              \-> c.sendHalf:END               \-> [c.matricesRegistration:_3_ -> mt.register:_2_] |
                                             |___________________________________________________________________________________________________|

About

matrix solidity project with registering by simple transfer BNB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published