const a = new BN(1); const b = new BN(2); const result = a.add(b); return <div>{result.toString()}</div>;