Connect to private blockchain

:computer: Environment

:memo:Details

I write some functions about access control ,
I need to have accounts with different roles and simulate access control,
but I want to complete it in private blockchain–geth
So how can i connect it?

:1234: Code to reproduce

1 Like

Hi @wangyuyue,

You should be able to configure your network connection to the private network, similar to what you would do for a public network:
https://docs.openzeppelin.com/learn/connecting-to-public-test-networks#configuring-the-network

1 Like

thank you again.
I will try it!

1 Like

Hi @wangyuyue,

How did you get on?
What development framework are you using? (Truffle, Buidler, OpenZeppelin CLI)?