If you want DHCP on the LAN then you need to set the IP address on the interface, create the DHCP pool, and exclude the ip of the interface.
This is what it might look like:
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool 1
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server 204.117.241.10
!
interface Ethernet0/0
ip address 10.10.10.1 255.255.255.0