0. Bootstrap React project - PolymathNetwork/whitelist-standalone GitHub Wiki

  • Create a new react project using create-react-app: npx create-react-app project-name && cd project-name.
  • Install dependencies: npm add @polymathnetwork/[email protected] antd rc-form-hooks
    • sdk provides an abstraction layer over Polymath smart contracts.
    • antd or "Ant Design" is a simple UI library we'll use for its good looking components. Feel free to subsitite for it with any UI library you happen to be familiar with.
    • rc-form-hooks is a utility library that will enable us to handle Ant Design forms in a functional manner.