MentatHQ / SmartContract

Mentat Core Smart Contracts

Home Page:https://mentat.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mentat SmartContract

Development

  • install Truffle
    • truffle develop
    • compile
    • migrate

If an error occurs during the migration step, try to delete the ./build folder and try to compile again.

  • Use http://remix.ethereum.org/ to deploy
    • use remixd to link the ./contracts directory
    • copy the contract address from truffle output into remix > run > address

You should now be able to interact with your local Smart Contract by calling the functions in remix.

About

Mentat Core Smart Contracts

https://mentat.org


Languages

Language:JavaScript 100.0%