Getting Started
The Getting Started section provides instructions for developers to start using the Molecule Protocol. It includes installation and setup instructions for the Molecule Protocol and a quick start guide
Installation and setup instructions
General AML Molecule contract
import "@moleculeprotocol/molecule-core/src/v2/interfaces/IMoleculeController.sol";
contract MyContract {
safeTransfer(address _to) {
require(IMoleculeController(_molecule_address).check(_to), "MyContract: access denied.");
// implementation
}
}Quick start guide
Using the General Sanction List:
Smart contract
Network
Address
Steps
Last updated